You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Joseph K. Bradley (JIRA)" <ji...@apache.org> on 2016/01/26 20:59:39 UTC

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

Joseph K. Bradley created SPARK-13008:
-----------------------------------------

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