aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/mllib/linalg.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-3701][MLLIB] update python linalg api and small fixesXiangrui Meng2014-09-301-29/+121
* [SPARK-3491] [MLlib] [PySpark] use pickle to serialize data in MLlibDavies Liu2014-09-191-37/+219
* [SPARK-3309] [PySpark] Put all public API in __all__Davies Liu2014-09-031-0/+3
* [SPARK-2850] [SPARK-2626] [mllib] MLlib stats examples + small fixesJoseph K. Bradley2014-08-181-0/+10
* [SPARK-2627] [PySpark] have the build enforce PEP 8 automaticallyNicholas Chammas2014-08-061-0/+2
* [SPARK-2724] Python version of RandomRDDGeneratorsDoris Xin2014-07-311-0/+4
* [SPARK-2470] PEP8 fixes to PySparkNicholas Chammas2014-07-211-0/+1
* [SPARK-1752][MLLIB] Standardize text format for vectors and labeled pointsXiangrui Meng2014-06-041-10/+24
* Fix PEP8 violations in Python mllib.Reynold Xin2014-05-251-7/+6
* [SPARK-1743][MLLIB] add loadLibSVMFile and saveAsLibSVMFile to pysparkXiangrui Meng2014-05-071-2/+1
* [WIP] SPARK-1430: Support sparse data in Python MLlibMatei Zaharia2014-04-151-0/+245