-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
LdaMulticore parameter alpha: 'auto' not supported but documentation says it is #2223
Comments
Hello @johann-petrak, thanks for the report: that's really copy-paste issue.
Most likely no, sorry |
Could you explain why? The Mallet implementation does this while being mult-threaded (I understand how multi-processing is different from multi-threaded). I would just like to understand what the limitation is. |
Created pull request #2225 for this |
Also just noticed that 'auto' is not available for LdaModel if it is used in distributed mode, this should also get added to the documentation. |
@johann-petrak I think better to ask @piskvorky or @ziky90 about it. |
* Remove the 'auto' parameter value. The 'auto' parameter value for parameter alpha is not supported in LdaMulticore, so remove it from the documentation. * Note that alpha='auto' not available in distributed mode. Fixes #2223 * remove trailing whitespace
When using the value 'auto' for parameter "alpha" for LdaMulticore, the following exception is raised:
(ldamulticore.py, line 146)
However the documentation string of the
__init__
states that "auto" is supported.This may be a copy/paste error, but is there any chance to see auto get supported for the Multicore version as well?
Versions
However, the exception code is still present in the latest master as well, I think.
The text was updated successfully, but these errors were encountered: