Skip to content
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

Added import to Nmf docs, and to models/__init__.py #3131

Merged
merged 4 commits into from
May 8, 2021

Conversation

properGrammar
Copy link
Contributor

@properGrammar properGrammar commented May 3, 2021

This is intended to fix #3130

Simply adding >>> from gensim.models import Nmf to the nmf.py docs was not sufficient

had to also add from .nmf import Nmf # noqa:F401 to models/__init__.py, so I did that

This is my first ever PR (lol) so please let me know if I need to fix/change anything before you can accept it, cheers! GAM

@mpenkov mpenkov merged commit 8d70657 into piskvorky:develop May 8, 2021
@mpenkov
Copy link
Collaborator

mpenkov commented May 8, 2021

Thank you @properGrammar !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NameError: name 'Nmf' is not defined
3 participants