aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/mllib/stat.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-5477] refactor stat.pyXiangrui Meng2015-01-291-298/+0
* [SPARK-4822] Use sphinx tags for Python doc annotationslewuathe2014-12-171-2/+2
* [SPARK-4324] [PySpark] [MLlib] support numpy.array for all MLlib APIDavies Liu2014-11-101-1/+15
* [SPARK-3964] [MLlib] [PySpark] add Hypothesis test Python APIDavies Liu2014-11-041-2/+135
* [SPARK-4124] [MLlib] [PySpark] simplify serialization in MLlib Python APIDavies Liu2014-10-301-52/+13
* [SPARK-4023] [MLlib] [PySpark] convert rdd into RDD of VectorDavies Liu2014-10-211-4/+5
* [SPARK-3971] [MLLib] [PySpark] hotfix: Customized pickler should work in clus...Davies Liu2014-10-161-3/+4
* [SPARK-3491] [MLlib] [PySpark] use pickle to serialize data in MLlibDavies Liu2014-09-191-24/+39
* [SPARK-3309] [PySpark] Put all public API in __all__Davies Liu2014-09-031-2/+4
* [SPARK-2850] [SPARK-2626] [mllib] MLlib stats examples + small fixesJoseph K. Bradley2014-08-181-10/+12
* [SPARK-2993] [MLLib] colStats (wrapper around MultivariateStatisticalSummary)...Doris Xin2014-08-121-1/+65
* [SPARK-2627] [PySpark] have the build enforce PEP 8 automaticallyNicholas Chammas2014-08-061-0/+1
* [SPARK-2786][mllib] Python correlationsDoris Xin2014-08-011-0/+104