aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/ml/regression.py
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-11527][ML][PYSPARK] PySpark AFTSurvivalRegressionModel should expose c...Yanbo Liang2015-11-051-0/+24
* [SPARK-10592] [ML] [PySpark] Deprecate weights and use coefficients instead i...vectorijk2015-11-021-0/+12
* [SPARK-11367][ML][PYSPARK] Python LinearRegression should support setting solverYanbo Liang2015-10-281-21/+6
* [SPARK-10024][PYSPARK] Python API RF and GBT related params clear upvectorijk2015-10-271-187/+137
* [SPARK-9774] [ML] [PYSPARK] Add python api for ml regression isotonicregressionHolden Karau2015-10-071-0/+118
* [SPARK-10957] [ML] setParams changes quantileProbabilities unexpectly in PySp...Xiangrui Meng2015-10-061-5/+1
* [SPARK-10688] [ML] [PYSPARK] Python API for AFTSurvivalRegressionvectorijk2015-10-061-2/+169
* [SPARK-10283] [ML] [PYSPARK] [DOCS] Add @since annotation to pyspark.ml.regre...Yu ISHIKAWA2015-09-171-0/+65
* [SPARK-10026] [ML] [PySpark] Implement some common Params for regression in P...Yanbo Liang2015-09-111-31/+11
* [SPARK-8711] [ML] Add additional methods to PySpark ML tree modelsMechCoder2015-07-071-3/+43
* [SPARK-7511] [MLLIB] pyspark ml seed param should be random by default or 42 ...Holden Karau2015-05-201-6/+7
* [SPARK-7380] [MLLIB] pipeline stages should be copyable in PythonXiangrui Meng2015-05-181-13/+17
* [SPARK-7619] [PYTHON] fix docstring signatureXiangrui Meng2015-05-141-20/+18
* [SPARK-7648] [MLLIB] Add weights and intercept to GLM wrappers in spark.mlXiangrui Meng2015-05-141-0/+18
* [SPARK-7487] [ML] Feature Parity in PySpark for ml.regressionBurak Yavuz2015-05-121-0/+520