spark-instrumented-optimizer/python/pyspark/ml
Xiangrui Meng 08ec1af547 [SPARK-7572] [MLLIB] do not import Param/Params under pyspark.ml
Remove `Param` and `Params` from `pyspark.ml` and add a section in the doc. brkyvz

Author: Xiangrui Meng <meng@databricks.com>

Closes #6094 from mengxr/SPARK-7572 and squashes the following commits:

022abd6 [Xiangrui Meng] do not import Param/Params under spark.ml

(cherry picked from commit 77f64c736d)
Signed-off-by: Xiangrui Meng <meng@databricks.com>
2015-05-12 17:15:47 -07:00
..
param [SPARK-7487] [ML] Feature Parity in PySpark for ml.regression 2015-05-12 12:17:14 -07:00
__init__.py [SPARK-7572] [MLLIB] do not import Param/Params under pyspark.ml 2015-05-12 17:15:47 -07:00
classification.py [SPARK-7487] [ML] Feature Parity in PySpark for ml.regression 2015-05-12 12:17:14 -07:00
evaluation.py [SPARK-7333] [MLLIB] Add BinaryClassificationEvaluator to PySpark 2015-05-05 11:45:47 -07:00
feature.py [SPARK-7383] [ML] Feature Parity in PySpark for ml.features 2015-05-08 11:14:46 -07:00
pipeline.py [SPARK-7572] [MLLIB] do not import Param/Params under pyspark.ml 2015-05-12 17:15:47 -07:00
recommendation.py [SPARK-7488] [ML] Feature Parity in PySpark for ml.recommendation 2015-05-08 17:24:39 -07:00
regression.py [SPARK-7487] [ML] Feature Parity in PySpark for ml.regression 2015-05-12 12:17:14 -07:00
tests.py [SPARK-7427] [PYSPARK] Make sharedParams match in Scala, Python 2015-05-10 19:18:48 -07:00
tuning.py [SPARK-7431] [ML] [PYTHON] Made CrossValidatorModel call parent init in PySpark 2015-05-10 13:29:36 -07:00
util.py [SPARK-6893][ML] default pipeline parameter handling in python 2015-04-15 23:49:42 -07:00
wrapper.py [SPARK-7388] [SPARK-7383] wrapper for VectorAssembler in Python 2015-05-07 10:25:49 -07:00