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/01/26 21:18:39 UTC

[jira] [Commented] (SPARK-13008) Make ML Python package all list have one algorithm per line

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

Apache Spark commented on SPARK-13008:
--------------------------------------

User 'jkbradley' has created a pull request for this issue:
https://github.com/apache/spark/pull/10927

> Make ML Python package all list have one algorithm per line
> -----------------------------------------------------------
>
>                 Key: SPARK-13008
>                 URL: https://issues.apache.org/jira/browse/SPARK-13008
>             Project: Spark
>          Issue Type: Improvement
>          Components: ML, PySpark
>            Reporter: Joseph K. Bradley
>            Assignee: Joseph K. Bradley
>            Priority: Trivial
>
> This is to fix a long-time annoyance: Whenever we add a new algorithm to pyspark.ml, we have to add it to the {{__all__}} list at the top.  Since we keep it alphabetized, it often creates a lot more changes than needed.  It is also easy to add the Estimator and forget the Model.  I'm going to switch it to have one algorithm per line.



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