Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LDA convergence parameters #58

Open
piskvorky opened this issue Oct 19, 2011 · 2 comments
Open

LDA convergence parameters #58

piskvorky opened this issue Oct 19, 2011 · 2 comments
Labels
difficulty medium Medium issue: required good gensim understanding & python skills feature Issue described a new feature wishlist Feature request

Comments

@piskvorky
Copy link
Owner

There are variational parameters VAR_MAXITER and VAR_THRESH that guide convergence of LDA inference (both during training and document transformations).

Currently they are set to a magic value which works well for online training over large corpora, but perhaps not so well for batch training over different corpora: http://groups.google.com/group/gensim/browse_thread/thread/d394a1fd8ee86450#

Add an option (on by default?) that sets these parameters automatically and transparently, based on the training dataset.

@menshikh-iv menshikh-iv added feature Issue described a new feature difficulty medium Medium issue: required good gensim understanding & python skills labels Oct 3, 2017
@menshikh-iv
Copy link
Contributor

Resolved in #174

@piskvorky
Copy link
Owner Author

piskvorky commented Nov 22, 2017

@menshikh-iv this issue has not been fixed, see #174 (comment).

@piskvorky piskvorky reopened this Nov 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty medium Medium issue: required good gensim understanding & python skills feature Issue described a new feature wishlist Feature request
Projects
None yet
Development

No branches or pull requests

2 participants