spark-instrumented-optimizer/python/pyspark/ml
Burak Yavuz 8e935b0a21 [SPARK-7487] [ML] Feature Parity in PySpark for ml.regression
Added LinearRegression Python API

Author: Burak Yavuz <brkyvz@gmail.com>

Closes #6016 from brkyvz/ml-reg and squashes the following commits:

11c9ef9 [Burak Yavuz] address comments
1027a40 [Burak Yavuz] fix typo
4c699ad [Burak Yavuz] added tree regressor api
8afead2 [Burak Yavuz] made mixin for DT
fa51c74 [Burak Yavuz] save additions
0640d48 [Burak Yavuz] added ml.regression
82aac48 [Burak Yavuz] added linear regression
2015-05-12 12:17:05 -07:00
..
param [SPARK-7487] [ML] Feature Parity in PySpark for ml.regression 2015-05-12 12:17:05 -07:00
__init__.py [SPARK-4586][MLLIB] Python API for ML pipeline and parameters 2015-01-28 17:14:23 -08:00
classification.py [SPARK-7487] [ML] Feature Parity in PySpark for ml.regression 2015-05-12 12:17:05 -07:00
evaluation.py [SPARK-7333] [MLLIB] Add BinaryClassificationEvaluator to PySpark 2015-05-05 11:45:37 -07:00
feature.py [SPARK-7383] [ML] Feature Parity in PySpark for ml.features 2015-05-08 11:14:39 -07:00
pipeline.py [SPARK-7431] [ML] [PYTHON] Made CrossValidatorModel call parent init in PySpark 2015-05-10 13:29:27 -07:00
recommendation.py [SPARK-7488] [ML] Feature Parity in PySpark for ml.recommendation 2015-05-08 17:24:32 -07:00
regression.py [SPARK-7487] [ML] Feature Parity in PySpark for ml.regression 2015-05-12 12:17:05 -07:00
tests.py [SPARK-7427] [PYSPARK] Make sharedParams match in Scala, Python 2015-05-10 19:18:32 -07:00
tuning.py [SPARK-7431] [ML] [PYTHON] Made CrossValidatorModel call parent init in PySpark 2015-05-10 13:29:27 -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:41 -07:00