Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Jun 22, 2019
1 parent e17b420 commit cd4b13a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/nrl/model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
from .deepwalk import DeepWalkModel
from .gat2vec import Gat2VecUnsupervisedModel
from .node2vec import Node2VecModel
from .util import WalkerModel
from .util import WalkerModel, Word2VecParameters

__all__ = [
'Word2VecParameters',
'WalkerModel',
'DeepWalkModel',
'Gat2VecUnsupervisedModel',
'Node2VecModel'
'Node2VecModel',
]

0 comments on commit cd4b13a

Please sign in to comment.