You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a bug in the Surprise SVD notebook. See cells 4 and 5.
In cell 5, train is assigned to the full data Movielens100K data set. So, if you do train.n_ratings you get 100K. Then SVD is trained on the whole data set and hence the results are too good, because the test set is a subset of the training set.
https://github.com/Microsoft/Recommenders/blob/staging/notebooks/02_modeling/surprise_svd_deep_dive.ipynb
The text was updated successfully, but these errors were encountered: