aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/ml/tests.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13068][PYSPARK][ML] Type conversion for Pyspark paramssethah2016-03-231-17/+66
* [SPARK-13951][ML][PYTHON] Nested Pipeline persistenceJoseph K. Bradley2016-03-221-18/+64
* [SPARK-13034] PySpark ml.classification support export/importGayathriMurali2016-03-161-0/+18
* [SPARK-13038][PYSPARK] Add load/save to pipelineXusen Yin2016-03-161-1/+44
* [SPARK-13625][PYSPARK][ML] Added a check to see if an attribute is a property...Bryan Cutler2016-03-081-0/+17
* [SPARK-12877][ML] Add train-validation-split to pysparkJeremyNixon2016-03-031-1/+52
* [SPARK-13047][PYSPARK][ML] Pyspark Params.hasParam should not throw an errorsethah2016-02-111-2/+7
* [MINOR][ML][PYSPARK] Cleanup test cases of clustering.pyYanbo Liang2016-02-111-0/+9
* [SPARK-13032][ML][PYSPARK] PySpark support model export/import and take Linea...Yanbo Liang2016-01-291-6/+30
* [SPARK-10509][PYSPARK] Reduce excessive param boiler plate codeHolden Karau2016-01-261-0/+12
* [SPARK-11295][PYSPARK] Add packages to JUnit output for Python testsGábor Lipták2016-01-201-0/+1
* Revert "[SPARK-11295] Add packages to JUnit output for Python tests"Xiangrui Meng2016-01-191-1/+0
* [SPARK-11295] Add packages to JUnit output for Python testsGábor Lipták2016-01-191-0/+1
* [SPARK-7675][ML][PYSPARK] sparkml params type conversionHolden Karau2016-01-061-0/+22
* [SPARK-7021] Add JUnit output for Python unit testsGábor Lipták2015-10-221-1/+8
* [SPARK-10767][PYSPARK] Make pyspark shared params codegen more consistentHolden Karau2015-10-201-4/+4
* [SPARK-10615] [PYSPARK] change assertEquals to assertEqualYanbo Liang2015-09-181-8/+8
* [SPARK-9679] [ML] [PYSPARK] Add Python API for Stop Words RemoverHolden Karau2015-09-011-2/+18
* [SPARK-10188] [PYSPARK] Pyspark CrossValidator with RMSE selects incorrect modelnoelsmith2015-08-271-0/+87
* [SPARK-8456] [ML] Ngram featurizer pythonFeynman Liang2015-06-291-0/+11
* [SPARK-7511] [MLLIB] pyspark ml seed param should be random by default or 42 ...Holden Karau2015-05-201-7/+60
* [SPARK-7380] [MLLIB] pipeline stages should be copyable in PythonXiangrui Meng2015-05-181-32/+73
* [SPARK-7427] [PYSPARK] Make sharedParams match in Scala, PythonGlenn Weidner2015-05-101-2/+2
* [SPARK-7431] [ML] [PYTHON] Made CrossValidatorModel call parent init in PySparkJoseph K. Bradley2015-05-101-2/+2
* [SPARK-6893][ML] default pipeline parameter handling in pythonXiangrui Meng2015-04-151-2/+50
* [SPARK-4586][MLLIB] Python API for ML pipeline and parametersXiangrui Meng2015-01-281-0/+115