Collaborative product recommender for the recommender system course at UFMG. This recommender is based on Simon Funk SVD recommender for the Netflix Prize.
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