Skip to content

Commit

Permalink
only distinct default params from doc2vec
Browse files Browse the repository at this point in the history
  • Loading branch information
markroxor committed Oct 18, 2016
1 parent 956f2ff commit 6ddd874
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gensim/models/doc2vec.py
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,7 @@ def __init__(self, documents=None, size=300, alpha=0.025, window=8, min_count=5,
of the model.
"""

super(Doc2Vec, self).__init__(
size=size, window=window, min_count=min_count,
sample=sample, workers=workers,
Expand Down

0 comments on commit 6ddd874

Please sign in to comment.