aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/ml/recommendation.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15136][PYSPARK][DOC] Fix links to sphinx style and add a default param...Holden Karau2016-05-091-2/+2
* [SPARK-14971][ML][PYSPARK] PySpark ML Params setter code clean upYanbo Liang2016-05-031-23/+12
* [SPARK-14412][.2][ML] rename *RDDStorageLevel to *StorageLevel in ml.ALSXiangrui Meng2016-04-301-30/+30
* [SPARK-14412][ML][PYSPARK] Add StorageLevel params to ALSNick Pentreath2016-04-291-5/+53
* [SPARK-14555] First cut of Python API for Structured StreamingBurak Yavuz2016-04-201-1/+1
* [SPARK-14714][ML][PYTHON] Fixed issues with non-kwarg typeConverter arg for P...Joseph K. Bradley2016-04-181-5/+7
* [SPARK-14104][PYSPARK][ML] All Python param setters should use the `_set` methodsethah2016-04-151-11/+11
* [SPARK-13068][PYSPARK][ML] Type conversion for Pyspark paramssethah2016-03-231-9/+16
* [SPARK-13951][ML][PYTHON] Nested Pipeline persistenceJoseph K. Bradley2016-03-221-2/+2
* [SPARK-13302][PYSPARK][TESTS] Move the temp file creation and cleanup outside...Holden Karau2016-02-201-11/+14
* [SPARK-13037][ML][PYSPARK] PySpark ml.recommendation support export/importKai Jiang2016-02-111-4/+27
* [SPARK-10509][PYSPARK] Reduce excessive param boiler plate codeHolden Karau2016-01-261-11/+0
* [SPARK-10116][CORE] XORShiftRandom.hashSeed is random in high bitsImran Rashid2015-11-061-3/+3
* [SPARK-10282] [ML] [PYSPARK] [DOCS] Add @since annotation to pyspark.ml.recom...Yu ISHIKAWA2015-09-171-0/+28
* [SPARK-7922] [MLLIB] use DataFrames for user/item factors in ALSModelXiangrui Meng2015-05-281-2/+28
* [SPARK-7511] [MLLIB] pyspark ml seed param should be random by default or 42 ...Holden Karau2015-05-201-5/+5
* [SPARK-7380] [MLLIB] pipeline stages should be copyable in PythonXiangrui Meng2015-05-181-12/+13
* [SPARK-7619] [PYTHON] fix docstring signatureXiangrui Meng2015-05-141-4/+4
* [SPARK-7488] [ML] Feature Parity in PySpark for ml.recommendationBurak Yavuz2015-05-081-0/+279