Skip to content
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

Include recommend_for_all_users functionaliy #72

Closed
jerrytim opened this issue Jan 4, 2018 · 3 comments
Closed

Include recommend_for_all_users functionaliy #72

jerrytim opened this issue Jan 4, 2018 · 3 comments

Comments

@jerrytim
Copy link

jerrytim commented Jan 4, 2018

it's really helpful to have this function to recommend top N items to all users. N is the function argument. For each user, tuple (itemid, rating) is returned.
It's similar to Spark ALS model.

@benfred
Copy link
Owner

benfred commented Jan 17, 2018

I agree that this is useful functionality - the only tricky bit is doing this efficiently in parallel (rather serially like I did here: https://github.com/benfred/implicit/blob/master/examples/lastfm.py#L122).

Going to include this when as part of the evaluation code

@benfred
Copy link
Owner

benfred commented Jul 13, 2019

the latest version (v0.3.9) has a 'recommend_all' for MF models that achieves this

@benfred benfred closed this as completed Jul 13, 2019
@jerrytim
Copy link
Author

jerrytim commented Sep 13, 2019

Is there a way to get the scores as well in this recommend_all() function? @benfred

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants