File size: 798 Bytes
a5a7e1f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
dataset_info:
  features:
  - name: bucketized_user_age
    dtype: float32
  - name: movie_genres
    sequence: int64
  - name: movie_id
    dtype: binary
  - name: movie_title
    dtype: binary
  - name: timestamp
    dtype: int64
  - name: user_gender
    dtype: bool
  - name: user_id
    dtype: binary
  - name: user_occupation_label
    dtype: int64
  - name: user_occupation_text
    dtype: binary
  - name: user_rating
    dtype: float32
  - name: user_zip_code
    dtype: binary
  splits:
  - name: train
    num_bytes: 116192936
    num_examples: 1000209
  download_size: 43879407
  dataset_size: 116192936
---
# Dataset Card for "movielens-1m-ratings"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)