aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/ml/classification.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-11815][ML][PYSPARK] PySpark DecisionTreeClassifier & DecisionTreeRegre...Yanbo Liang2016-01-061-5/+8
* [MINOR][ML] Use coefficients replace weightsYanbo Liang2015-12-031-1/+1
* [SPARK-11820][ML][PYSPARK] PySpark LiR & LoR should support weightColYanbo Liang2015-11-181-8/+9
* [SPARK-10280][MLLIB][PYSPARK][DOCS] Add @since annotation to pyspark.ml.class...Yu ISHIKAWA2015-11-091-0/+56
* [SPARK-10592] [ML] [PySpark] Deprecate weights and use coefficients instead i...vectorijk2015-11-021-0/+13
* [SPARK-10024][PYSPARK] Python API RF and GBT related params clear upvectorijk2015-10-271-151/+31
* [SPARK-9773] [ML] [PySpark] Add Python API for MultilayerPerceptronClassifierYanbo Liang2015-09-111-1/+131
* [SPARK-10026] [ML] [PySpark] Implement some common Params for regression in P...Yanbo Liang2015-09-111-64/+11
* [SPARK-9789] [ML] Added logreg threshold param backJoseph K. Bradley2015-08-121-36/+62
* [SPARK-9766] [ML] [PySpark] check and add miss docs for PySpark MLYanbo Liang2015-08-121-2/+10
* [SPARK-9447] [ML] [PYTHON] Added HasRawPredictionCol, HasProbabilityCol to Ra...Joseph K. Bradley2015-08-041-1/+12
* [SPARK-8069] [ML] Add multiclass thresholds for ProbabilisticClassifierHolden Karau2015-08-041-12/+60
* [SPARK-9536] [SPARK-9537] [SPARK-9538] [ML] [PYSPARK] ml.classification suppo...Yanbo Liang2015-08-021-18/+43
* [SPARK-9214] [ML] [PySpark] support ml.NaiveBayes for PythonYanbo Liang2015-07-301-1/+115
* [SPARK-9016] [ML] make random forest classifiers implement classification traitHolden Karau2015-07-291-2/+2
* [SPARK-8711] [ML] Add additional methods to PySpark ML tree modelsMechCoder2015-07-071-4/+16
* [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