github piskvorky/gensim 2.0.0
2.0.0, 2017-04-10

latest releases: 4.3.2, 4.3.1, 4.3.0...
7 years ago

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:

Don't miss a new gensim release

NewReleases is sending notifications on new releases.