-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
[MRG] Migrate tutorials & how-tos to 4.0.0 #2968
Conversation
@gojomo I went over our guides & tutorials, and all necessary migrations are in 502b654. It went pretty smoothly, I only wasn't sure about doc2vec (see the one FIXME in diff). Overall migration shouldn't be a major issue, I'm happy about that. I did see some uses of |
Should be done now. I'll remove my internal test hacks & regenerate all docs next, so there will be lots of autogenerated My migration notes: word2vec
doc2vec
fasttext
|
Actually, before I push the autogenerated I already pushed Edit: The regenerated docs are now available at https://radimrehurek.com/gensim_redesign/ |
OK I'll merge, I need to continue with the other tickets. @mpenkov please let me know if you see anything wrong here whenever you get to it. I'll fix ex-post. |
Part of #2960.