-
Notifications
You must be signed in to change notification settings - Fork 610
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
recalculate_user parameter in the recommend() of the als.py #42
Comments
|
Thanks Juarez, your blog is very useful! So to summarise,
In your blog, you set the confidence = 40, can i ask how you choose the value in this parameter? Super Thanks, Meiyi |
Glad you find it useful, Meiyi. 40 was the value used in the original paper "Collaborative Filtering for Implicit Feedback Datasets" paper, but you should definitely do some kind of evaluation to pick the best value or weighting scheme for your dataset. |
Thanks Juarez!! |
Hi Ben,
Thanks for the awesome library, i am using the library to create a recommender system.
I am trying to implement my own version of returning the liked items by the user, so can i ask you what do the recalculate_user parameter in the recommend() do in the als.py?
Thank you in advance!
Meiyi
The text was updated successfully, but these errors were encountered: