Skip to content

Commit

Permalink
Return nmf import
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherbugmaster committed Aug 14, 2018
1 parent 936e629 commit 1c3a064
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gensim/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from .hdpmodel import HdpModel # noqa:F401
from .ldamodel import LdaModel # noqa:F401
from .lsimodel import LsiModel # noqa:F401
from .nmf import Nmf # noqa:F401
from .tfidfmodel import TfidfModel # noqa:F401
from .rpmodel import RpModel # noqa:F401
from .logentropy_model import LogEntropyModel # noqa:F401
Expand Down

0 comments on commit 1c3a064

Please sign in to comment.