You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Patrick Wendell (JIRA)" <ji...@apache.org> on 2014/05/16 12:54:36 UTC

[jira] [Resolved] (SPARK-1741) Add predict(JavaRDD) to predictive models

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

Patrick Wendell resolved SPARK-1741.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.0

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

> Add predict(JavaRDD) to predictive models
> -----------------------------------------
>
>                 Key: SPARK-1741
>                 URL: https://issues.apache.org/jira/browse/SPARK-1741
>             Project: Spark
>          Issue Type: New Feature
>          Components: MLlib
>            Reporter: Xiangrui Meng
>            Assignee: Xiangrui Meng
>             Fix For: 1.0.0
>
>
> `model.predict` returns a RDD of Scala primitive type (Int/Double), which is recognized as Object in Java. Adding predict(JavaRDD) could make life easier for Java users.



--
This message was sent by Atlassian JIRA
(v6.2#6252)