Skip to content

2.0.0, 2017-04-10

Compare
Choose a tag to compare
@tmylk tmylk released this 10 Apr 23:45
· 1634 commits to develop since this release

Breaking changes:

Any direct calls to method train() of Word2Vec/Doc2Vec now require an explicit epochs parameter and explicit estimate of corpus size. The most usual way to call train is vec_model.train(sentences, total_examples=self.corpus_count, epochs=self.iter)
See the method documentation for more information.

New features:

Improvements:

Bug fixes:

Tutorial and doc improvements: