How to run tests? Where is './data/movielens/ratings.dat'?
j-planet opened this issue · 2 comments
j-planet commented
Many thanks. :)
ocelma commented
- Install python nosetests
- Download Movielens 1M dataset ( from http://grouplens.org/datasets/movielens/ )
- Copy it inside test folder
- Run nosetests
j-planet commented
Thanx!