Skip to content

Commit

Permalink
included skl wrapper classes in '__init__.py'
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmayapancholi13 committed Jun 19, 2017
1 parent f67b095 commit 861dc8b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions gensim/sklearn_integration/__init__.py
Expand Up @@ -8,3 +8,10 @@
See [1] for complete set of conventions.
[1] http://scikit-learn.org/stable/developers/
"""


from .base_sklearn_wrapper import BaseSklearnWrapper
from .sklearn_wrapper_gensim_ldamodel import SklearnWrapperLdaModel
from .sklearn_wrapper_gensim_lsimodel import SklearnWrapperLsiModel
from .sklearn_wrapper_gensim_rpmodel import SklRpModel
from .sklearn_wrapper_gensim_ldaseqmodel import SklLdaSeqModel

0 comments on commit 861dc8b

Please sign in to comment.