6 ms·
Here's the dataset they use. I have used this as part of developing and testing the fitness of recommender systems in the past: http://grouplens.org/datasets/m
by posborne 11y ago
Here's the dataset they use. I have used this as part of developing and testing the fitness of recommender systems in the past: http://grouplens.org/datasets/movielens/ http://grouplens.org/datasets/movielens/
This predates some of my more recent work with the grouplens database, but here is a parser I put together for the data awhile back: https://github.com/posborne/mlcollection/blob/master/mlcollection/datasets/movielens/movielensparser.py https://github.com/posborne/mlcollection/blob/master/mlcolle...