Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to acquire or generate test data for a recommender system

I'm currently researching recommender systems and would like to know how other researchers acquire or generate test data to evaluate the systems' performance?

like image 995
Ullr Avatar asked Mar 09 '12 20:03

Ullr


1 Answers

When I was working with Recommender Systems I had the exact same problem. I enjoyed the Grouplens dataset the most:

http://grouplens.org/node/12

You can download ratings given by users to movies.

Also, I described in my blog some datasets I found while researching:

http://girlincomputerscience.blogspot.com.br/2010/12/datasets.html

Hope it helps!

like image 148
Renata Avatar answered Oct 12 '22 02:10

Renata