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 2015/06/25 16:13:04 UTC

[jira] [Resolved] (SPARK-8631) MLlib predict function error

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

Sean Owen resolved SPARK-8631.
------------------------------
    Resolution: Invalid

This is the third time you have opened this. As I explained this is not a valid JIRA. Please do not open any more. 

> MLlib predict function error
> ----------------------------
>
>                 Key: SPARK-8631
>                 URL: https://issues.apache.org/jira/browse/SPARK-8631
>             Project: Spark
>          Issue Type: Bug
>          Components: MLlib
>    Affects Versions: 1.4.0
>            Reporter: Subhod Lagade
>
> def
> predict(usersProducts: RDD[(Int, Int)]): RDD[Rating]
> Predict the rating of many users for many products. The output RDD has an element per each element in the input RDD (including all duplicates) unless a user or product is missing in the training set.
> usersProducts
> RDD of (user, product) pairs.
> returns
> RDD of Ratings.
> def
> predict(user: Int, product: Int): Double
> Predict the rating of one user for one product.



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