recommenders-team / recommenders

Best Practices on Recommendation Systems
https://recommenders-team.github.io/recommenders/intro.html
MIT License
18.81k stars 3.07k forks source link

Correct variable used in pickle dump in `mind_utils.ipynb` #2158

Closed ubergonmx closed 2 weeks ago

ubergonmx commented 2 weeks ago

Description

Fixed a minor mistake where the incorrect variable word_dict was being dumped to word_dict_all.pkl instead of word_dict_all in the mind_utils.ipynb notebook.

Related Issues

References

Checklist:

review-notebook-app[bot] commented 2 weeks ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

miguelgfierro commented 2 weeks ago

Thanks @ubergonmx I have moved the PR to staging instead of main.