spark-instrumented-optimizer/python/pyspark/ml
Kai Jiang 7f024c4744 [SPARK-13597][PYSPARK][ML] Python API for GeneralizedLinearRegression
## What changes were proposed in this pull request?

Python API for GeneralizedLinearRegression
JIRA: https://issues.apache.org/jira/browse/SPARK-13597

## How was this patch tested?

The patch is tested with Python doctest.

Author: Kai Jiang <jiangkai@gmail.com>

Closes #11468 from vectorijk/spark-13597.
2016-04-12 11:29:12 -07:00
..
param [SPARK-12569][PYSPARK][ML] DecisionTreeRegressor: provide variance of prediction: Python API 2016-04-08 10:47:05 -07:00
__init__.py [SPARK-13038][PYSPARK] Add load/save to pipeline 2016-03-16 13:49:40 -07:00
base.py [SPARK-13038][PYSPARK] Add load/save to pipeline 2016-03-16 13:49:40 -07:00
classification.py [SPARK-14498][ML][PYTHON][SQL] Many cleanups to ML and ML-related docs 2016-04-08 20:15:44 -07:00
clustering.py [SPARK-14305][ML][PYSPARK] PySpark ml.clustering BisectingKMeans support export/import 2016-04-01 12:53:39 -07:00
evaluation.py [SPARK-10509][PYSPARK] Reduce excessive param boiler plate code 2016-01-26 15:53:48 -08:00
feature.py [SPARK-13068][PYSPARK][ML] Type conversion for Pyspark params 2016-03-23 11:20:44 -07:00
pipeline.py [SPARK-13951][ML][PYTHON] Nested Pipeline persistence 2016-03-22 12:11:37 -07:00
recommendation.py [SPARK-13068][PYSPARK][ML] Type conversion for Pyspark params 2016-03-23 11:20:44 -07:00
regression.py [SPARK-13597][PYSPARK][ML] Python API for GeneralizedLinearRegression 2016-04-12 11:29:12 -07:00
tests.py [SPARK-13430][PYSPARK][ML] Python API for training summaries of linear and logistic regression 2016-04-06 12:07:47 -07:00
tuning.py [SPARK-14498][ML][PYTHON][SQL] Many cleanups to ML and ML-related docs 2016-04-08 20:15:44 -07:00
util.py [SPARK-14071][PYSPARK][ML] Change MLWritable.write to be a property 2016-03-28 22:33:25 -07:00
wrapper.py [SPARK-14498][ML][PYTHON][SQL] Many cleanups to ML and ML-related docs 2016-04-08 20:15:44 -07:00