You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Joseph K. Bradley (JIRA)" <ji...@apache.org> on 2015/07/30 22:18:07 UTC

[jira] [Updated] (SPARK-5567) Add prediction methods to LDA

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

Joseph K. Bradley updated SPARK-5567:
-------------------------------------
    Assignee: Feynman Liang

> Add prediction methods to LDA
> -----------------------------
>
>                 Key: SPARK-5567
>                 URL: https://issues.apache.org/jira/browse/SPARK-5567
>             Project: Spark
>          Issue Type: Improvement
>          Components: MLlib
>    Affects Versions: 1.3.0
>            Reporter: Joseph K. Bradley
>            Assignee: Feynman Liang
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> LDA currently supports prediction on the training set.  E.g., you can call logLikelihood and topicDistributions to get that info for the training data.  However, it should support the same functionality for new (test) documents.
> This will require inference but should be able to use the same code, with a few modification to keep the inferred topics fixed.
> Note: The API for these methods is already in the code but is commented out.



--
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