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