[
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: [email protected]
For additional commands, e-mail: [email protected]