-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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 NCF Dataset code #1612
Update NCF Dataset code #1612
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great!
@angusrtaylor there are some errors with flake, are you able to access the logs? |
Thanks I'll address this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job @angusrtaylor ! the code is really neat now.
There was some error in the notebook, see here https://dev.azure.com/best-practices/recommenders/_build/results?buildId=56649&view=ms.vss-test-web.build-test-results-tab&runId=53844&resultId=100002&paneView=debug |
Thanks. I saw that this morning but couldn't make sense of it. In my PR, the constructor is different ( |
Strange. I am rerunning the job. |
there is a weird OOM error:
|
There are a bunch of tests that are failing in the build, even after merging in staging. I'm still trying to make sense of it. @anargyri's latest PR build was successful on staging so I'm trying to work out what is different compared to that... |
It could be something with the host. I rebooted and restarted the pipeline. |
I figured out the problem with the NCF test: the failure was related to the ncf quickstart notebook which I had forgotten to update. I've updated it and pushed the changes. I think all the other failures are OOM errors. |
Description
Note: updated unit tests are to follow.
Checklist:
staging branch
and not tomain branch
.