aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/mllib/regression.py
Commit message (Expand)AuthorAgeFilesLines
* [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