spark-instrumented-optimizer/python/pyspark/ml
Holden Karau 5207a005cc [SPARK-15281][PYSPARK][ML][TRIVIAL] Add impurity param to GBTRegressor & add experimental inside of regression.py
## What changes were proposed in this pull request?

Add impurity param to  GBTRegressor and mark the of the models & regressors in regression.py as experimental to match Scaladoc.

## How was this patch tested?

Added default value to init, tested with unit/doc tests.

Author: Holden Karau <holden@us.ibm.com>

Closes #13071 from holdenk/SPARK-15281-GBTRegressor-impurity.
2016-05-12 09:19:27 +02:00
..
param [SPARK-14971][ML][PYSPARK] PySpark ML Params setter code clean up 2016-05-03 16:46:13 +02:00
__init__.py [SPARK-15106][PYSPARK][ML] Add PySpark package doc for ML component & remove "BETA" 2016-05-05 10:52:25 +01:00
base.py [SPARK-13038][PYSPARK] Add load/save to pipeline 2016-03-16 13:49:40 -07:00
classification.py [SPARK-15136][PYSPARK][DOC] Fix links to sphinx style and add a default param doc note 2016-05-09 09:11:17 +01:00
clustering.py [SPARK-14971][ML][PYSPARK] PySpark ML Params setter code clean up 2016-05-03 16:46:13 +02:00
evaluation.py [SPARK-15189][PYSPARK][DOCS] Update ml.evaluation PyDoc 2016-05-11 08:33:29 +02:00
feature.py [SPARK-15136][PYSPARK][DOC] Fix links to sphinx style and add a default param doc note 2016-05-09 09:11:17 +01:00
pipeline.py [SPARK-14971][ML][PYSPARK] PySpark ML Params setter code clean up 2016-05-03 16:46:13 +02:00
recommendation.py [SPARK-15136][PYSPARK][DOC] Fix links to sphinx style and add a default param doc note 2016-05-09 09:11:17 +01:00
regression.py [SPARK-15281][PYSPARK][ML][TRIVIAL] Add impurity param to GBTRegressor & add experimental inside of regression.py 2016-05-12 09:19:27 +02:00
tests.py [SPARK-15037] [SQL] [MLLIB] Part2: Use SparkSession instead of SQLContext in Python TestSuites 2016-05-11 11:24:16 -07:00
tuning.py [SPARK-15195][PYSPARK][DOCS] Update ml.tuning PyDocs 2016-05-10 21:20:19 +02:00
util.py [SPARK-14903][SPARK-14071][ML][PYTHON] Revert : MLWritable.write property 2016-04-26 12:00:57 -07:00
wrapper.py [SPARK-14931][ML][PYTHON] Mismatched default values between pipelines in Spark and PySpark - update 2016-05-01 12:29:01 -07:00