Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Funk SVD Recommender

Collaborative product recommender for the recommender system course at UFMG. This recommender is based on Simon Funk SVD recommender for the Netflix Prize.

How to run

Simply pass main.py to the python interpreter, and the program should start. You should pass the ratings and targets csv files on the command line.

In linux:

python3 main.py datasets/ratings.csv datasets/targets.csv

In Windows:

python main.py datasets/ratings.csv datasets/targets.csv

About

Collaborative product recommender for the recommender system course at UFMG

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages