aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/ml/classification.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-7511] [MLLIB] pyspark ml seed param should be random by default or 42 ...Holden Karau2015-05-201-6/+6
* [SPARK-7380] [MLLIB] pipeline stages should be copyable in PythonXiangrui Meng2015-05-181-15/+20
* [SPARK-7619] [PYTHON] fix docstring signatureXiangrui Meng2015-05-141-20/+19
* [SPARK-7648] [MLLIB] Add weights and intercept to GLM wrappers in spark.mlXiangrui Meng2015-05-141-0/+18
* [SPARK-7382] [MLLIB] Feature Parity in PySpark for ml.classificationBurak Yavuz2015-05-131-10/+468
* [SPARK-7487] [ML] Feature Parity in PySpark for ml.regressionBurak Yavuz2015-05-121-1/+1
* [SPARK-4897] [PySpark] Python 3 supportDavies Liu2015-04-161-2/+2
* [SPARK-6893][ML] default pipeline parameter handling in pythonXiangrui Meng2015-04-151-1/+2
* [SPARK-6781] [SQL] use sqlContext in python shellDavies Liu2015-04-081-2/+2
* [SPARK-5867] [SPARK-5892] [doc] [ml] [mllib] Doc cleanups for 1.3 releaseJoseph K. Bradley2015-02-201-1/+2
* [SPARK-5769] Set params in constructors and in setParams in Python ML pipelinesXiangrui Meng2015-02-151-10/+34
* [SPARK-4586][MLLIB] Python API for ML pipeline and parametersXiangrui Meng2015-01-281-0/+76