aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/mllib
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-1743][MLLIB] add loadLibSVMFile and saveAsLibSVMFile to pysparkXiangrui Meng2014-05-072-2/+178
* [SPARK-1594][MLLIB] Cleaning up MLlib APIs and guideXiangrui Meng2014-05-051-2/+2
* fix bugs of dot in pythonXusen Yin2014-04-222-5/+5
* [WIP] SPARK-1430: Support sparse data in Python MLlibMatei Zaharia2014-04-156-131/+1066
* SPARK-1426: Make MLlib work with NumPy versions older than 1.7Sandeep2014-04-152-8/+9
* SPARK-1428: MLlib should convert non-float64 NumPy arrays to float64 instead ...Sandeep2014-04-101-4/+14
* SPARK-1421. Make MLlib work on Python 2.6Matei Zaharia2014-04-051-5/+1
* [SPARK-1212, Part II] Support sparse data in MLlibXiangrui Meng2014-04-021-5/+7
* Complain if Python and NumPy versions are too old for MLlibMatei Zaharia2014-01-141-0/+10
* Update some Python MLlib parameters to use camelCase, and tweak docsMatei Zaharia2014-01-112-21/+21
* Add Naive Bayes to Python MLlib, and some API fixesMatei Zaharia2014-01-115-23/+82
* Added predictAll python function to MatrixFactorizationModelHossein Falaki2014-01-061-4/+6
* Added Rating deserializerHossein Falaki2014-01-061-3/+18
* Added python binding for bulk recommendationHossein Falaki2014-01-042-1/+19
* Remove commented code in __init__.py.Tor Myklebust2013-12-251-8/+0
* Fix copypasta in __init__.py. Don't import anything directly into pyspark.ml...Tor Myklebust2013-12-251-26/+8
* Initial weights in Scala are ones; do that too. Also fix some errors.Tor Myklebust2013-12-251-6/+6
* Split the mllib bindings into a whole bunch of modules and rename some things.Tor Myklebust2013-12-256-0/+622