Skip to content

possible issue with predict_one for recommendations yielding all the same predicted score #826

Answered by gbolmier
victusfate asked this question in Q&A
Discussion options

You must be logged in to vote

PredClipper just floors and ceils the predicted value so I don't think this relates to it as the predicted value lies in between the upper and lower limits you set. It won't harm to check if the y_min and y_max attributes of the model's PredClipper object are still set to -1 and 3.

If you manage to reproduce the issue or if you persisted your model could you check the weights of the concerned users/items to see if the problem comes from the learning part?

Checking the data that is passed to the model would help too. I guess you might not be able to publicly share the data but it would be nice if you could at least reproduce the results on your side.

Hope it helps, cheers!

Replies: 2 comments 20 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
20 replies
@victusfate
Comment options

@victusfate
Comment options

@victusfate
Comment options

@gbolmier
Comment options

@victusfate
Comment options

Answer selected by victusfate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants