aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/mllib/classification.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-2627] [PySpark] have the build enforce PEP 8 automaticallyNicholas Chammas2014-08-061-0/+8
* [SPARK-2550][MLLIB][APACHE SPARK] Support regularization and intercept in pys...Michael Giannakopoulos2014-08-051-6/+55
* Avoid numerical instabilityNaftali Harris2014-07-301-1/+2
* [SPARK-2552][MLLIB] stabilize logistic function in pysparkXiangrui Meng2014-07-201-1/+4
* Fix PEP8 violations in Python mllib.Reynold Xin2014-05-251-12/+14
* [SPARK-1594][MLLIB] Cleaning up MLlib APIs and guideXiangrui Meng2014-05-051-2/+2
* fix bugs of dot in pythonXusen Yin2014-04-221-1/+1
* [WIP] SPARK-1430: Support sparse data in Python MLlibMatei Zaharia2014-04-151-10/+65
* [SPARK-1212, Part II] Support sparse data in MLlibXiangrui Meng2014-04-021-5/+7
* Update some Python MLlib parameters to use camelCase, and tweak docsMatei Zaharia2014-01-111-7/+7
* Add Naive Bayes to Python MLlib, and some API fixesMatei Zaharia2014-01-111-6/+59
* Split the mllib bindings into a whole bunch of modules and rename some things.Tor Myklebust2013-12-251-0/+86