anime.csv
rating.csv
How to deal with the missing values?
for each user, replace -1 with
5 (If there are no ratings from this user)
10 - average rating from this user (otherwise)
User Instance