-
Notifications
You must be signed in to change notification settings - Fork 50
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
enhancing the next-item prediction notebook documentation #975
enhancing the next-item prediction notebook documentation #975
Conversation
Changes - Added tf unlock of memory to beginning of imports - notebook adds links to each method used throughout the notebook to help new users to navigate the library.
Check out this pull request onΒ See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Documentation preview |
@@ -39,6 +39,8 @@ | |||
"\n", |
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.
Line #20. get_booking(input_data_folder)
Please do not change this cell and do not assign path to input_data_folder
bcs the test is failing. you dont need to change here. Please use the original script.
Reply via ReviewNB
* Add files via upload Changes - Added tf unlock of memory to beginning of imports - notebook adds links to each method used throughout the notebook to help new users to navigate the library. * Updated Ronay suggestions * Used original data loading code --------- Co-authored-by: rnyak <ronayak@hotmail.com>
* Add files via upload Changes - Added tf unlock of memory to beginning of imports - notebook adds links to each method used throughout the notebook to help new users to navigate the library. * Updated Ronay suggestions * Used original data loading code --------- Co-authored-by: rnyak <ronayak@hotmail.com>
Fixes # (issue)
Goals β½
Made changes based on Ronay's suggestions. Removed all extra cells, nvidia-smi, and pwd references.
Implementation Details π§
Testing Details π