You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2016/04/15 14:09:25 UTC

[jira] [Resolved] (SPARK-14370) Avoid creating duplicate ids in OnlineLDAOptimizer

     [ https://issues.apache.org/jira/browse/SPARK-14370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Owen resolved SPARK-14370.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.0

Issue resolved by pull request 12176
[https://github.com/apache/spark/pull/12176]

> Avoid creating duplicate ids in OnlineLDAOptimizer
> --------------------------------------------------
>
>                 Key: SPARK-14370
>                 URL: https://issues.apache.org/jira/browse/SPARK-14370
>             Project: Spark
>          Issue Type: Improvement
>          Components: MLlib
>            Reporter: Joseph K. Bradley
>            Priority: Trivial
>             Fix For: 2.0.0
>
>
> In {{OnlineLDAOptimizer}}'s {{submitMiniBatch}} method, we create a list of ids {{val ids: List[Int]}} before calling {{variationalTopicInference}}, which then creates a duplicate set of ids.  {{variationalTopicInference}} should reuse the same set.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org