movielens100k | R Documentation |
This data set consists of:
100,000 ratings (1-5) from 943 users on 1682 movies.
Each user has rated at least 20 movies.
MovieLens data sets were collected by the GroupLens Research Project at the University of Minnesota.
data("movielens100k")
A sparse column-compressed matrix (Matrix::dgCMatrix
) with 943 rows and 1682 columns.
rows are users
columns are movies
values are ratings
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.