IMDb Users' Ratings Dataset

Citation Author(s):
Vahid
Baghi
Submitted by:
vahid baghi
Last updated:
Sun, 12/27/2020 - 08:20
DOI:
10.21227/br41-bd49
Data Format:
License:
1.666665
3 ratings - Please login to submit your rating.

Abstract 

This dataset contains 4669820 ratings from 1499238 users to 351109 movies on the imdb.com website. This data is collected from reviews (https://www.imdb.com/review/rw0000001/). Each row in this dataset is as follows:

userID, movieID, rating, review date

For example : 

ur18238764, tt2177461, 9, 22 January 2019

Instructions: 

Use the following code to read the dataset :

import numpy as np

dataset = np.load ("Dataset.npy")

print (dataset [0])

Comments

Hello

Submitted by Axt Szkt on Mon, 05/03/2021 - 08:22

import numpy as np

dataset = np.load ("Dataset.npy")

print (dataset [0])

Submitted by Jiachun Zhao on Thu, 01/20/2022 - 02:39

Dataset Files

LOGIN TO ACCESS DATASET FILES
Open Access dataset files are accessible to all logged in  users. Don't have a login?  Create a free IEEE account.  IEEE Membership is not required.