aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/mllib/util.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-3971] [MLLib] [PySpark] hotfix: Customized pickler should work in clus...Davies Liu2014-10-161-3/+3
* [SPARK-3412] [PySpark] Replace Epydoc with Sphinx to generate Python API docsDavies Liu2014-10-071-9/+9
* [SPARK-3491] [MLlib] [PySpark] use pickle to serialize data in MLlibDavies Liu2014-09-191-26/+17
* [SPARK-3417] Use new-style classes in PySparkMatthew Rocklin2014-09-081-1/+1
* [SPARK-2627] [PySpark] have the build enforce PEP 8 automaticallyNicholas Chammas2014-08-061-0/+1
* [SPARK-2478] [mllib] DecisionTree Python APIJoseph K. Bradley2014-08-021-8/+6
* SPARK-2341 [MLLIB] loadLibSVMFile doesn't handle regression datasetsSean Owen2014-07-301-11/+12
* [SPARK-2470] PEP8 fixes to PySparkNicholas Chammas2014-07-211-2/+0
* [SPARK-1752][MLLIB] Standardize text format for vectors and labeled pointsXiangrui Meng2014-06-041-19/+50
* Fix PEP8 violations in Python mllib.Reynold Xin2014-05-251-3/+1
* [SPARK-1743][MLLIB] add loadLibSVMFile and saveAsLibSVMFile to pysparkXiangrui Meng2014-05-071-0/+177