When the Netflix Prize competition surfaced in '06 I hopped on and did lots of work using it and eventually started using it as my experimental project to learn new things (e.g. like how all Sun/Oracle offerings have a Pet Store demo). It was super useful for that even after the competition ended and I exhausted the limits of my math/data mining abilities.

However, I've found myself wanting to use it or a different dataset, and I no longer have available a copy of the Netflix Prize dataset at my disposal and it is no longer available for download or (legal) distribution - as mentioned in this previous post.

Is there a recommended public dataset that can be used in the following ways

  1. solving an interesting research problem
  2. very easy to get started with, thus making using it for learning new languages/frameworks/tools easy?
  3. a permissive license or uses data that wouldn't be considered sensitive
  4. a potentially non-static dataset - something that is growing over time. The netflix dataset was static

What datasets would you recommend that I hack on for this?


Note: I'm not sure which Stack Exchange site is best for this question, so it landed here. If it is more appropriate elsewhere, please vote to have it moved.

link|improve this question

feedback

3 Answers

up vote 3 down vote accepted

http://mldata.org has lots of datasets for machine learning/data mining.

Kaggle regularly runs data mining contests.

link|improve this answer
feedback

http://webscope.sandbox.yahoo.com/catalog.php?datatype=c

This link contains the 4 datasets with permissive license. These datasets are used in yahoo KDD cup.

link|improve this answer
feedback

For a dataset similar to Netflix check out Movielens, this is the dataset that most recommender system researchers use. It comes in a number of variants, firstly 100k, 1m and 10million ratings based datasets. ( http://www.grouplens.org/node/73 )

It also has cross site heterogeneous data as well, so you can use rotten tomatoes for instance to gain extra information about the movies. ( http://ir.ii.uam.es/hetrec2011//datasets.html also contains delicious and last.fm )

The KDD cup usually releases a new dataset each year for varying competitions, last year it was Yahoo Movies. The dataset itself is has been removed but if you google it I'm sure you can find it a copy of it somewhere on the internet.

There are datasets from other domains as well, for instance a number of last.fm (Music) exist. You could also try that (Google for different versions).

And finally you can find a Flixster and Eopinions data set at http://www.cs.sfu.ca/~sja25/personal/datasets/ these datasets or variants of them are commonly used as they include social relationship information as well as ratings that can be used for recommendation.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.