aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/mllib/clustering.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-5867] [SPARK-5892] [doc] [ml] [mllib] Doc cleanups for 1.3 releaseJoseph K. Bradley2015-02-201-1/+1
* [SPARK-5012][MLLib][PySpark]Python API for Gaussian Mixture ModelFlytxtRnD2015-02-021-4/+88
* [SPARK-4749] [mllib]: Allow initializing KMeans clusters using a seednate.crosswhite2015-01-211-2/+2
* [SPARK-4531] [MLlib] cache serialized java objectDavies Liu2014-11-211-5/+3
* [SPARK-4124] [MLlib] [PySpark] simplify serialization in MLlib Python APIDavies Liu2014-10-301-9/+6
* [SPARK-3971] [MLLib] [PySpark] hotfix: Customized pickler should work in clus...Davies Liu2014-10-161-2/+2
* [SPARK-3491] [MLlib] [PySpark] use pickle to serialize data in MLlibDavies Liu2014-09-191-22/+16
* [SPARK-3309] [PySpark] Put all public API in __all__Davies Liu2014-09-031-0/+2
* [SPARK-2627] [PySpark] have the build enforce PEP 8 automaticallyNicholas Chammas2014-08-061-0/+3
* Fix PEP8 violations in Python mllib.Reynold Xin2014-05-251-8/+7
* [WIP] SPARK-1430: Support sparse data in Python MLlibMatei Zaharia2014-04-151-12/+39
* Add Naive Bayes to Python MLlib, and some API fixesMatei Zaharia2014-01-111-5/+6
* Split the mllib bindings into a whole bunch of modules and rename some things.Tor Myklebust2013-12-251-0/+79