Skip to content

Instantly share code, notes, and snippets.

@Harshit1694
Created June 21, 2019 08:55
Embed
What would you like to do?
#Validating user files
dim(data_user)
head(data_user)
#Validating ratings files
dim(data_rat)
head(data_rat)
#Validating items files
dim(data_item)
head(data_item)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment