Skip to content

Fix doc2vec __init__ documentation#1379

Merged
menshikh-iv merged 1 commit into
piskvorky:developfrom
jstol:develop
Jun 4, 2017
Merged

Fix doc2vec __init__ documentation#1379
menshikh-iv merged 1 commit into
piskvorky:developfrom
jstol:develop

Conversation

@jstol
Copy link
Copy Markdown
Contributor

@jstol jstol commented Jun 1, 2017

Fixed descriptions of various arguments passed from Doc2Vec.__init__ method up to the parent Word2Vec.__init__ method.

  • alpha: says will drop to 0 as training progressed, but should say min_alpha.
  • hs: is said to be 1 by default, but is 0 by default (and also mentions "hierarchical sampling", rather than "hierarchical softmax").
  • negative: doesn't mention that the default is 5.

Fixed descriptions of various arguments passed up to parent Word2Vec __init__ method.
@gojomo
Copy link
Copy Markdown
Collaborator

gojomo commented Jun 1, 2017

+1

@menshikh-iv
Copy link
Copy Markdown
Contributor

Thank you @jstol 👍

@menshikh-iv menshikh-iv merged commit 214fff7 into piskvorky:develop Jun 4, 2017
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.

3 participants