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
I combined knn and weighted mean in my own method. First, I sort the similar users according to their similarity score and then the I pick the top five similar users. Second, the weighted mean of the top five similar users is used as the predicted rating.