aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/mllib/recommendation.py
Commit message (Expand)AuthorAgeFilesLines
* [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-16/+53
* [SPARK-3309] [PySpark] Put all public API in __all__Davies Liu2014-09-031-0/+2
* [SPARK-2627] [PySpark] have the build enforce PEP 8 automaticallyNicholas Chammas2014-08-061-0/+2
* Fix PEP8 violations in Python mllib.Reynold Xin2014-05-251-6/+9
* Add Naive Bayes to Python MLlib, and some API fixesMatei Zaharia2014-01-111-4/+6
* Added predictAll python function to MatrixFactorizationModelHossein Falaki2014-01-061-4/+6
* Added python binding for bulk recommendationHossein Falaki2014-01-041-1/+9
* Split the mllib bindings into a whole bunch of modules and rename some things.Tor Myklebust2013-12-251-0/+74