
Movielens data set (100000 ratings from 1000 users on 1700 movies)

Data set link available in ``datasets```section of documentation. It is available at: http://www.grouplens.org/node/12. 
Download compressed version of MovieLens 100k. Extract the archive and put its content to this folder. 

Directory structure should look like:

datasets/
  MovieLens/
    ua.base
    ua.test
    ub.base
    ub.test
    [...]
  [other data sets data directories]

In order to run the experiments, the user must only install the MovieLens dataset in the proper directory. 