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

Reply via email to