Skip to main content

Datasets

Open Access

IMDb Users' Ratings Dataset

Citation Author(s):
Vahid Baghi
Submitted by:
vahid baghi
Last updated:
DOI:
10.21227/br41-bd49
Data Format:
Average: 2 (1 vote)

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])

import numpy as np dataset = np.load ("Dataset.npy") print (dataset [0])
Jiachun Zhao Thu, 01/20/2022 - 07:39 Permalink

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.