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

More feedback and mallet failure with too few documents #14

Open
jeremydouglass opened this issue Jul 29, 2018 · 0 comments
Open

More feedback and mallet failure with too few documents #14

jeremydouglass opened this issue Jul 29, 2018 · 0 comments

Comments

@jeremydouglass
Copy link
Collaborator

jeremydouglass commented Jul 29, 2018

from @scottkleinman:

Notebook 4

If the dfr-browser fails to generate, one common reason is that you have tried to model too few documents for MALLET to assign a positive value for the alpha hyperparameter. Alpha indicates the density of topics per document, so it cannot be a negative number, which you will see if you unzip the model/topic-state.gz generated by MALLET. A faster way to identify this problem is to look for the following error in Notebook 4:

Error in load_from_mallet_state(mallet_state_file = paste0(modelDir, "/", : hyperparameter notation missing. Is this really a file produced by mallet train-topics --output-state?

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

No branches or pull requests

1 participant