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

[jira] [Updated] (SPARK-8587) Return cost and cluster index KMeansModel.predict

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

Hyukjin Kwon updated SPARK-8587:
--------------------------------
    Labels: bulk-closed  (was: )

> Return cost and cluster index KMeansModel.predict
> -------------------------------------------------
>
>                 Key: SPARK-8587
>                 URL: https://issues.apache.org/jira/browse/SPARK-8587
>             Project: Spark
>          Issue Type: Improvement
>          Components: MLlib
>            Reporter: Sam Stoelinga
>            Priority: Minor
>              Labels: bulk-closed
>
> Looking at PySpark the implementation of KMeansModel.predict https://github.com/apache/spark/blob/master/python/pyspark/mllib/clustering.py#L102 : 
> Currently:
> it calculates the cost of the closest cluster and returns the index only.
> My expectation:
> Easy way to let the same function or a new function to return the cost with the index.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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