Datasets
Open Access
IMDb Users' Ratings Dataset
- Citation Author(s):
- Submitted by:
- vahid baghi
- Last updated:
- Sun, 12/27/2020 - 08:20
- DOI:
- 10.21227/br41-bd49
- Data Format:
- License:
5229 Views
- Categories:
- Keywords:
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])
Dataset Files
- Dataset Dataset.zip (60.67 MB)
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.
Comments
Hello
import numpy as np
dataset = np.load ("Dataset.npy")
print (dataset [0])