Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Harshit1694
Created June 21, 2019 08:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Harshit1694/5326f1fb4dc2294005c88d50e544004c to your computer and use it in GitHub Desktop.
Save Harshit1694/5326f1fb4dc2294005c88d50e544004c to your computer and use it in GitHub Desktop.
#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