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

Generate all recommendations in one matrix multiplication #5

Open
askeluv opened this issue Jan 25, 2019 · 0 comments
Open

Generate all recommendations in one matrix multiplication #5

askeluv opened this issue Jan 25, 2019 · 0 comments

Comments

@askeluv
Copy link
Member

askeluv commented Jan 25, 2019

In our offline evaluation (precision, recall), we currently iterate through all users and run get_recommendations for each user. This is slow.
Instead we should generate the full user x item recommendation set in one matrix multiplication operation. This involves changing get_precision_recall in https://github.com/blockchain-etl/token-recommender/blob/master/wals_ml_engine/trainer/wals.py

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

No branches or pull requests

1 participant