jamescalam's picture
Create README.md
09f9f9f
|
raw
history blame
765 Bytes
metadata
annotations_creators:
  - machine-generated
language:
  - en
language_creators:
  - machine-generated
license: []
multilinguality:
  - monolingual
pretty_name: MovieLens User Ratings
size_categories:
  - 100K<n<1M
source_datasets: []
tags:
  - movielens
  - recommendation
  - collaborative filtering
task_categories: []
task_ids: []

MovieLens User Ratings

This dataset contains ~1M records of user ratings for movies. The dataset is streamed from the MovieLens 25M dataset, filters for ~1M most recent movies, and returns the user ratings for those. Included are the URLs of the respective movie posters.

The dataset is part of an example on building a movie recommendation engine with vector search.