aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/mllib/recommendation.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-12632][PYSPARK][DOC] PySpark fpm and als parameter desc to consistent ...Bryan Cutler2016-02-221-17/+72
* [SPARK-10116][CORE] XORShiftRandom.hashSeed is random in high bitsImran Rashid2015-11-061-2/+2
* [SPARK-10535] Sync up API for matrix factorization model between Scala and Py...Vladimir Vladimirov2015-10-091-4/+28
* [SPARK-10276] [MLLIB] [PYSPARK] Add @since annotation to pyspark.mllib.recomm...Yu ISHIKAWA2015-09-161-1/+35
* [SPARK-8511] [PYSPARK] Modify a test to remove a saved model in `regression.py`Yu ISHIKAWA2015-06-221-1/+2
* [SPARK-6257] [PYSPARK] [MLLIB] MLlib API missing items in RecommendationMechCoder2015-04-301-0/+39
* [SPARK-7036][MLLIB] ALS.train should support DataFrames in PySparkXiangrui Meng2015-04-211-10/+26
* [SPARK-4897] [PySpark] Python 3 supportDavies Liu2015-04-161-3/+4
* [SPARK-6642][MLLIB] use 1.2 lambda scaling and remove addImplicit from Normal...Xiangrui Meng2015-04-011-3/+3
* [SPARK-6571][MLLIB] use wrapper in MatrixFactorizationModel.loadXiangrui Meng2015-03-281-0/+8
* [SPARK-6097][MLLIB] Support tree model save/load in PySpark/MLlibXiangrui Meng2015-03-021-6/+3
* [SPARK-6053][MLLIB] support save/load in PySpark's ALSXiangrui Meng2015-03-011-2/+18
* [SPARK-5536] replace old ALS implementation by the new oneXiangrui Meng2015-02-021-8/+8
* [SPARK-4531] [MLlib] cache serialized java objectDavies Liu2014-11-211-2/+2
* [SPARK-4396] allow lookup by index in Python's RatingXiangrui Meng2014-11-181-11/+15
* [SPARK-4324] [PySpark] [MLlib] support numpy.array for all MLlib APIDavies Liu2014-11-101-3/+3
* [MLLIB] [PYTHON] SPARK-4221: Expose nonnegative ALS in the python APIMichelangelo D'Agostino2014-11-071-15/+25
* [SPARK-3886] [PySpark] simplify serializer, use AutoBatchedSerializer by defa...Davies Liu2014-11-031-1/+1
* [SPARK-4124] [MLlib] [PySpark] simplify serialization in MLlib Python APIDavies Liu2014-10-301-48/+14
* SPARK-3770: Make userFeatures accessible from pythonMichelangelo D'Agostino2014-10-211-0/+31
* [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