aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/mllib/regression.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-12986][DOC] Fix pydoc warnings in mllib/regression.pyNam Pham2016-02-081-13/+21
* [SPARK-10560][PYSPARK][MLLIB][DOCS] Make StreamingLogisticRegressionWithSGD P...Bryan Cutler2015-11-231-11/+21
* [SPARK-10277] [MLLIB] [PYSPARK] Add @since annotation to pyspark.mllib.regres...Yu ISHIKAWA2015-10-231-1/+101
* [SPARK-10959] [PYSPARK] StreamingLogisticRegressionWithSGD does not train wit...Bryan Cutler2015-10-081-1/+1
* [SPARK-10194] [MLLIB] [PYSPARK] SGD algorithms need convergenceTol parameter ...Yanbo Liang2015-09-141-11/+21
* [MINOR] [DOC] fix mllib pydoc warningsXiangrui Meng2015-08-131-4/+10
* [SPARK-9122] [MLLIB] [PySpark] spark.mllib regression support batch predictYanbo Liang2015-07-231-2/+10
* [SPARK-4127] [MLLIB] [PYSPARK] Python bindings for StreamingLinearRegressionW...MechCoder2015-06-301-0/+90
* [SPARK-8511] [PYSPARK] Modify a test to remove a saved model in `regression.py`Yu ISHIKAWA2015-06-221-5/+9
* [SPARK-7916] [MLLIB] MLlib Python doc parity check for classification and reg...Yanbo Liang2015-06-161-33/+134
* [SPARK-6267] [MLLIB] Python API for IsotonicRegressionYanbo Liang2015-05-051-2/+71
* [SPARK-6953] [PySpark] speed up python testsReynold Xin2015-04-211-10/+15
* [SPARK-6661] Python type errors should print type, not objectElisey Zanko2015-04-201-1/+1
* [SPARK-6255] [MLLIB] Support multiclass classification in Python APIYanbo Liang2015-03-311-2/+8
* [SPARK-6256] [MLlib] MLlib Python API parity check for regressionYanbo Liang2015-03-251-7/+36
* [SPARK-6421][MLLIB] _regression_train_wrapper does not test initialWeights co...lewuathe2015-03-201-1/+2
* [SPARK-6095] [MLLIB] Support model save/load in Python's linear modelsYanbo Liang2015-03-201-1/+83
* [mllib] [python] Add LassoModel to __all__ in regression.pyJoseph K. Bradley2015-03-121-2/+4
* [SPARK-5974] [SPARK-5980] [mllib] [python] [docs] Update ML guide with save/l...Joseph K. Bradley2015-02-251-2/+5
* [SPARK-5867] [SPARK-5892] [doc] [ml] [mllib] Doc cleanups for 1.3 releaseJoseph K. Bradley2015-02-201-2/+6
* [SPARK-4531] [MLlib] cache serialized java objectDavies Liu2014-11-211-3/+2
* [SPARK-4372][MLLIB] Make LR and SVM's default parameters consistent in Scala ...Xiangrui Meng2014-11-131-18/+18
* [SPARK-4324] [PySpark] [MLlib] support numpy.array for all MLlib APIDavies Liu2014-11-101-5/+10
* [SPARK-4124] [MLlib] [PySpark] simplify serialization in MLlib Python APIDavies Liu2014-10-301-31/+21
* [SPARK-3971] [MLLib] [PySpark] hotfix: Customized pickler should work in clus...Davies Liu2014-10-161-2/+2
* [SPARK-3412] [PySpark] Replace Epydoc with Sphinx to generate Python API docsDavies Liu2014-10-071-9/+9
* [SPARK-3773][PySpark][Doc] Sphinx build warningcocoatomo2014-10-061-6/+9
* [SPARK-2461] [PySpark] Add a toString method to GeneralizedLinearModelSandy Ryza2014-10-061-0/+3
* [SPARK-3491] [MLlib] [PySpark] use pickle to serialize data in MLlibDavies Liu2014-09-191-41/+64
* [SPARK-3309] [PySpark] Put all public API in __all__Davies Liu2014-09-031-5/+5
* [SPARK-2627] [PySpark] have the build enforce PEP 8 automaticallyNicholas Chammas2014-08-061-0/+12
* [SPARK-2550][MLLIB][APACHE SPARK] Support regularization and intercept in pys...Michael Giannakopoulos2014-08-011-4/+28
* [SPARK-1752][MLLIB] Standardize text format for vectors and labeled pointsXiangrui Meng2014-06-041-1/+4
* Fix PEP8 violations in Python mllib.Reynold Xin2014-05-251-14/+10
* [WIP] SPARK-1430: Support sparse data in Python MLlibMatei Zaharia2014-04-151-10/+118
* Update some Python MLlib parameters to use camelCase, and tweak docsMatei Zaharia2014-01-111-14/+14
* Add Naive Bayes to Python MLlib, and some API fixesMatei Zaharia2014-01-111-7/+10
* Split the mllib bindings into a whole bunch of modules and rename some things.Tor Myklebust2013-12-251-0/+110