KarypisLab / SLIM

High-performance implementation of SLIM-based approaches for Top-N recommendation
112 stars 17 forks source link

Add 1 vs k prediction and export to scipy csr matrix #8

Closed shuix007 closed 4 years ago

shuix007 commented 4 years ago

Add 1 vs k prediction in python APIs Add function to export a learned SLIM model to a scipy csr matrix Return prediction values (TODO) Need discussion about updating the documentation.