aboutsummaryrefslogtreecommitdiff
path: root/dev/sparktestsupport/modules.py
diff options
context:
space:
mode:
authorJoseph K. Bradley <joseph@databricks.com>2016-03-01 21:26:47 -0800
committerXiangrui Meng <meng@databricks.com>2016-03-01 21:26:47 -0800
commit9495c40f227b785d852abdc307461d2e7e5c2011 (patch)
tree486ec6f0602e7459b482b1025004bbd1c8836c3b /dev/sparktestsupport/modules.py
parente42724b12b976b3276accc1132f446fa67f7f981 (diff)
downloadspark-9495c40f227b785d852abdc307461d2e7e5c2011.tar.gz
spark-9495c40f227b785d852abdc307461d2e7e5c2011.tar.bz2
spark-9495c40f227b785d852abdc307461d2e7e5c2011.zip
[SPARK-13008][ML][PYTHON] Put one alg per line in pyspark.ml all lists
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 also alphabetizes a few out-of-place classes in pyspark.ml.feature. No changes have been made to the moved classes. CC: thunterdb Author: Joseph K. Bradley <joseph@databricks.com> Closes #10927 from jkbradley/ml-python-all-list.
Diffstat (limited to 'dev/sparktestsupport/modules.py')
0 files changed, 0 insertions, 0 deletions