You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2016/04/22 13:21:12 UTC

[jira] [Commented] (SPARK-14844) KMeansModel in spark.ml should allow to change featureCol and predictionCol

    [ https://issues.apache.org/jira/browse/SPARK-14844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15253764#comment-15253764 ] 

Apache Spark commented on SPARK-14844:
--------------------------------------

User 'dominik-jastrzebski' has created a pull request for this issue:
https://github.com/apache/spark/pull/12609

> KMeansModel in spark.ml should allow to change featureCol and predictionCol
> ---------------------------------------------------------------------------
>
>                 Key: SPARK-14844
>                 URL: https://issues.apache.org/jira/browse/SPARK-14844
>             Project: Spark
>          Issue Type: Improvement
>          Components: ML
>    Affects Versions: 1.6.0, 1.6.1
>            Reporter: Dominik Jastrzębski
>
> We need to add setFeaturesCol, setPredictionCol methods in org.apache.spark.ml.clustering.KMeansModel.
> This will allow to:
> * transform a DataFrame with different feature column name than in the DataFrame the model was fitted on.
> * create a prediction column with name other than the name that was set during model fitting.



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