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

Update ALS o16n notebook with fixed conda env #1176

Merged
merged 3 commits into from
Sep 21, 2020
Merged

Conversation

loomlike
Copy link
Collaborator

@loomlike loomlike commented Aug 4, 2020

Description

Update ALS o16n notebook to address #1171 #1158 #900
Now the service script does:
if the app request top 10, it uses the cached result from CosmosDB. If the app request more than top 10 movies, (e.g. top 20), then it uses the deployed model to do recommendation real time by calling model.recommendForAllUsers(20).

Run time of CosmosDB lookup vs realtime recommendation was: 0.05 sec vs 3.93 sec.

Related Issues

#1171 #1158 #900

Checklist:

  • I have followed the contribution guidelines and code style for this project.
  • I have added tests covering my contributions.
  • I have updated the documentation accordingly.
  • This PR is being made to staging and not master.

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

Review Jupyter notebook visual diffs & provide feedback on notebooks.


Powered by ReviewNB

@miguelgfierro
Copy link
Collaborator

hey Jun, let's discuss this internally

@miguelgfierro miguelgfierro merged commit d32623c into staging Sep 21, 2020
@miguelgfierro miguelgfierro deleted the jumin/update_o16n branch September 21, 2020 15:00
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

Successfully merging this pull request may close these issues.

2 participants