You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tutorials should use the recommended random.Generator interface for random number generation. A quick grep shows that there are some instances of the older usage in the following files:
tutorial-nlp-from-scratch.md
text_preprocessing.py
It would be a nice improvement to replace these instances with the recommended random interface.