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/28 05:16:12 UTC

[jira] [Assigned] (SPARK-14971) PySpark ML Params setter code clean up

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

Apache Spark reassigned SPARK-14971:
------------------------------------

    Assignee:     (was: Apache Spark)

> PySpark ML Params setter code clean up
> --------------------------------------
>
>                 Key: SPARK-14971
>                 URL: https://issues.apache.org/jira/browse/SPARK-14971
>             Project: Spark
>          Issue Type: Improvement
>          Components: ML, PySpark
>            Reporter: Yanbo Liang
>            Priority: Minor
>
> PySpark ML Params setter code clean up.
> For examples, 
> {{setInputCol}} can be simplified from
> {code:none}
> self._set(inputCol=value)
> return self
> {code}
> to:
> {code:none}
> return self._set(inputCol=value)
> {code}



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