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

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - machine-generated
4
+ language:
5
+ - en
6
+ language_creators:
7
+ - machine-generated
8
+ license: []
9
+ multilinguality:
10
+ - monolingual
11
+ pretty_name: MovieLens User Ratings
12
+ size_categories:
13
+ - 100K<n<1M
14
+ source_datasets: []
15
+ tags:
16
+ - movielens
17
+ - recommendation
18
+ - collaborative filtering
19
+ task_categories: []
20
+ task_ids: []
21
+ ---
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.