ocelma/python-recsys

How to run tests? Where is './data/movielens/ratings.dat'?

j-planet opened this issue · 2 comments

Many thanks. :)

  1. Install python nosetests
  2. Download Movielens 1M dataset ( from http://grouplens.org/datasets/movielens/ )
  3. Copy it inside test folder
  4. Run nosetests

Thanx!