Open ghost opened 5 years ago
If you comment out following lines of recommender.m, the predicted rating exceeds 5 which is obviously not correct.
Y = [my_ratings Y]; R = [(my_ratings ~= 0) R];
If you comment out following lines of recommender.m, the predicted rating exceeds 5 which is obviously not correct.
Y = [my_ratings Y]; R = [(my_ratings ~= 0) R];