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