aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/ml/classification.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-19348][PYTHON] PySpark keyword_only decorator is not thread-safeBryan Cutler2017-03-031-16/+16
* [SPARK-19421][ML][PYSPARK] Remove numClasses and numFeatures methods in Linea...Zheng RuiFeng2017-02-051-16/+0
* [SPARK-19389][ML][PYTHON][DOC] Minor doc fixes for ML Python Params and Linea...Joseph K. Bradley2017-02-021-4/+5
* [SPARK-17161][PYSPARK][ML] Add PySpark-ML JavaWrapper convenience function to...Bryan Cutler2017-01-311-1/+10
* [SPARK-19336][ML][PYSPARK] LinearSVC Python APIwm624@hotmail.com2017-01-271-1/+130
* [SPARK-18319][ML][QA2.1] 2.1 QA: API: Experimental, DeveloperApi, final, seal...Yuhao2016-11-291-4/+0
* [SPARK-18447][DOCS] Fix the markdown for `Note:`/`NOTE:`/`Note that` across P...hyukjinkwon2016-11-221-22/+23
* [SPARK-18282][ML][PYSPARK] Add python clustering summaries for GMM and BKMsethah2016-11-211-6/+9
* [SPARK-18177][ML][PYSPARK] Add missing 'subsamplingRate' of pyspark GBTClassi...Zheng RuiFeng2016-11-031-5/+5
* [SPARK-18110][PYTHON][ML] add missing parameter in Python for RandomForest re...Felix Cheung2016-10-301-5/+6
* [SPARK-17745][ML][PYSPARK] update NB python api - add weight col parameterWeichenXu2016-10-121-13/+13
* [SPARK-17744][ML] Parity check between the ml and mllib test suites for NBZheng RuiFeng2016-10-041-1/+0
* [SPARK-17138][ML][MLIB] Add Python API for multinomial logistic regressionWeichenXu2016-09-271-20/+70
* [MINOR][ML] Correct weights doc of MultilayerPerceptronClassificationModel.Yanbo Liang2016-09-061-1/+1
* [SPARK-17197][ML][PYSPARK] PySpark LiR/LoR supports tree aggregation level co...Yanbo Liang2016-08-251-5/+9
* [SPARK-15113][PYSPARK][ML] Add missing num features num classesHolden Karau2016-08-221-6/+31
* [MINOR][ML] Rename TreeEnsembleModels to TreeEnsembleModel for PySparkYanbo Liang2016-08-111-3/+3
* [SPARK-16653][ML][OPTIMIZER] update ANN convergence tolerance param default t...WeichenXu2016-07-251-4/+4
* [SPARK-16494][ML] Upgrade breeze version to 0.12Yanbo Liang2016-07-191-1/+1
* [SPARK-14812][ML][MLLIB][PYTHON] Experimental, DeveloperApi annotation audit ...Joseph K. Bradley2016-07-131-20/+4
* [SPARK-16127][ML][PYPSARK] Audit @Since annotations related to ml.linalgNick Pentreath2016-06-221-4/+4
* [SPARK-15162][SPARK-15164][PYSPARK][DOCS][ML] update some pydocsHolden Karau2016-06-221-2/+36
* [SPARK-15741][PYSPARK][ML] Pyspark cleanup of set default seed to NoneBryan Cutler2016-06-211-2/+2
* [SPARK-16079][PYSPARK][ML] Added missing import for DecisionTreeRegressionMod...Bryan Cutler2016-06-201-2/+4
* [SPARK-15364][ML][PYSPARK] Implement PySpark picklers for ml.Vector and ml.Ma...Liang-Chi Hsieh2016-06-131-1/+1
* [MINOR] Fix Typos 'an -> a'Zheng RuiFeng2016-06-061-2/+2
* [SPARK-15168][PYSPARK][ML] Add missing params to MultilayerPerceptronClassifierHolden Karau2016-06-031-9/+66
* [SPARK-15092][SPARK-15139][PYSPARK][ML] Pyspark TreeEnsemble missing methodsHolden Karau2016-06-021-0/+20
* [SPARK-15464][ML][MLLIB][SQL][TESTS] Replace SQLContext and SparkContext with...WeichenXu2016-05-231-18/+20
* [SPARK-14615][ML] Use the new ML Vector and Matrix in the ML pipeline based a...DB Tsai2016-05-171-7/+7
* [SPARK-15188] Add missing thresholds param to NaiveBayes in PySparkHolden Karau2016-05-131-5/+10
* [SPARK-15136][PYSPARK][DOC] Fix links to sphinx style and add a default param...Holden Karau2016-05-091-8/+20
* [SPARK-14971][ML][PYSPARK] PySpark ML Params setter code clean upYanbo Liang2016-05-031-14/+7
* [SPARK-14931][ML][PYTHON] Mismatched default values between pipelines in Spar...Xusen Yin2016-05-011-8/+5
* [SPARK-14952][CORE][ML] Remove methods that were deprecated in 1.6.0Herman van Hovell2016-04-301-10/+0
* [SPARK-14555] First cut of Python API for Structured StreamingBurak Yavuz2016-04-201-0/+1
* [SPARK-14306][ML][PYSPARK] PySpark ml.classification OneVsRest support export...Xusen Yin2016-04-181-22/+120
* [SPARK-7861][ML] PySpark OneVsRestXusen Yin2016-04-151-6/+218
* [SPARK-14104][PYSPARK][ML] All Python param setters should use the `_set` methodsethah2016-04-151-12/+10
* [SPARK-14374][ML][PYSPARK] PySpark ml GBTClassifier, Regressor support export...Yanbo Liang2016-04-141-2/+15
* [SPARK-14472][PYSPARK][ML] Cleanup ML JavaWrapper and related class hierarchyBryan Cutler2016-04-131-2/+2
* [SPARK-14498][ML][PYTHON][SQL] Many cleanups to ML and ML-related docsJoseph K. Bradley2016-04-081-1/+1
* [SPARK-14373][PYSPARK] PySpark RandomForestClassifier, Regressor support expo...Kai Jiang2016-04-081-2/+13
* [SPARK-13430][PYSPARK][ML] Python API for training summaries of linear and lo...Bryan Cutler2016-04-061-1/+217
* [SPARK-11262][ML] Unit test for gradient, loss layers, memory management for ...Alexander Ulanov2016-03-311-1/+1
* [SPARK-14264][PYSPARK][ML] Add feature importance for GBTs in pysparksethah2016-03-311-10/+23
* [SPARK-14152][ML][PYSPARK] MultilayerPerceptronClassifier supports save/load ...Yanbo Liang2016-03-301-2/+14
* [SPARK-13949][ML][PYTHON] PySpark ml DecisionTreeClassifier, Regressor suppor...GayathriMurali2016-03-241-2/+14
* [SPARK-14107][PYSPARK][ML] Add seed as named argument to GBTs in pysparksethah2016-03-241-6/+6
* [SPARK-13068][PYSPARK][ML] Type conversion for Pyspark paramssethah2016-03-231-7/+13