Skip to content

mesuvash/LRec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LRec

Dependencies

+ envoy
+ progressbar
+ sklearn 0.17
+ Cython

Installation

python setup.py install

Data Input

The data format is tab separated user-item-rating score
    <user>\t<item>\t<rating>
For one class collaborative filtering, the rating is 1
Also, the different delimiter can be used by defining a custom parser or passind delim in UserItemRatingParser.

Running the code

Please refer lrec.ipynb for step by step guide to run the code. The sample dataset(lastFM) is included in the data folder.

About

Linear Recommender AAAI-16 code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages