jamescalam commited on
Commit
9000ce7
1 Parent(s): 09f9f9f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -22,6 +22,6 @@ task_ids: []
22
 
23
  # MovieLens User Ratings
24
 
25
- 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.
26
 
27
  The dataset is part of an example on [building a movie recommendation engine](https://www.pinecone.io/docs/examples/movie-recommender-system/) with vector search.
 
22
 
23
  # MovieLens User Ratings
24
 
25
+ This dataset contains ~1M user ratings, consisting of ~10k of the most recent movies from the MovieLens 25M dataset, for which over 30k unique users have rated. The dataset is streamed from the MovieLens 25M dataset, filters for the recent movies, and returns the user ratings for those. After a few joins and checks, we get this dataset. Included are the URLs of the respective movie posters.
26
 
27
  The dataset is part of an example on [building a movie recommendation engine](https://www.pinecone.io/docs/examples/movie-recommender-system/) with vector search.