[ 
https://issues.apache.org/jira/browse/SPARK-22114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16178766#comment-16178766
 ] 

Apache Spark commented on SPARK-22114:
--------------------------------------

User 'mpjlu' has created a pull request for this issue:
https://github.com/apache/spark/pull/19337

> The condition of OnlineLDAOptimizer convergence should be configurable  
> ------------------------------------------------------------------------
>
>                 Key: SPARK-22114
>                 URL: https://issues.apache.org/jira/browse/SPARK-22114
>             Project: Spark
>          Issue Type: Improvement
>          Components: ML, MLlib
>    Affects Versions: 2.3.0
>            Reporter: Peng Meng
>            Priority: Minor
>
> The current convergence of OnlineLDAOptimizer is:
> {code:java}
> while(meanGammaChange > 1e-3)
> {code}
> The condition of this is critical for the performance and accuracy of LDA. 
> We should keep this configurable, like it is in Vowpal Vabbit: 
> https://github.com/JohnLangford/vowpal_wabbit/blob/430f69453bc4876a39351fba1f18771bdbdb7122/vowpalwabbit/lda_core.cc
>  :638



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to