aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/test/scala/org/apache/spark/ml/classification
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20423][ML] fix MLOR coeffs centering when reg == 0WeichenXu2017-04-211-0/+6
* [SPARK-19953][ML] Random Forest Models use parent UID when being fitBryan Cutler2017-04-068-15/+9
* [SPARK-20183][ML] Added outlierRatio arg to MLTestingUtils.testOutliersWithSm...Seth Hendrickson2017-04-043-3/+3
* [SPARK-19985][ML] Fixed copy method for some ML ModelsBryan Cutler2017-04-031-0/+1
* [SPARK-20043][ML] DecisionTreeModel: ImpurityCalculator builder fails for upp...颜发才(Yan Facai)2017-03-281-0/+14
* [SPARK-17137][ML][WIP] Compress logistic regression coefficientssethah2017-03-251-14/+44
* [ML][MINOR] Separate estimator and model params for read/write test.Yanbo Liang2017-03-086-8/+13
* [SPARK-19382][ML] Test sparse vectors in LinearSVCSuitewm624@hotmail.com2017-03-061-2/+22
* [SPARK-19745][ML] SVCAggregator captures coefficients in its closuresethah2017-03-021-1/+16
* [SPARK-19746][ML] Faster indexing for logistic aggregatorsethah2017-02-281-0/+26
* [SPARK-17747][ML] WeightCol support non-double numeric datatypesZheng RuiFeng2017-01-232-4/+4
* [SPARK-14709][ML] spark.ml API for linear SVMYuhao2017-01-231-0/+241
* [SPARK-14975][ML] Fixed GBTClassifier to predict probability per training ins...Ilya Matiach2017-01-181-4/+157
* [MINOR] Correct LogisticRegression test case for probability2prediction.Yanbo Liang2017-01-051-4/+4
* [SPARK-17772][ML][TEST] Add test functions for ML sample weightssethah2016-12-282-94/+47
* [MINOR][ML] Correct test cases of LoR raw2prediction & probability2prediction.Yanbo Liang2016-12-281-2/+18
* [SPARK-18625][ML] OneVsRestModel should support setFeaturesCol and setPredict...Zheng RuiFeng2016-12-051-1/+13
* [SPARK-18481][ML] ML 2.1 QA: Remove deprecated methods for MLYanbo Liang2016-11-262-0/+14
* [SPARK-18282][ML][PYSPARK] Add python clustering summaries for GMM and BKMsethah2016-11-211-0/+2
* [SPARK-18276][ML] ML models should copy the training summary and set parentsethah2016-11-051-4/+7
* [SPARK-17848][ML] Move LabelCol datatype cast into Predictor.fitZheng RuiFeng2016-11-011-1/+0
* [SPARK-17331][FOLLOWUP][ML][CORE] Avoid allocating 0-length arraysZheng RuiFeng2016-10-211-1/+1
* [SPARK-17941][ML][TEST] Logistic regression tests should use sample weights.sethah2016-10-141-745/+748
* [SPARK-17744][ML] Parity check between the ml and mllib test suites for NBZheng RuiFeng2016-10-041-2/+67
* [SPARK-14077][ML] Refactor NaiveBayes to support weighted instancesZheng RuiFeng2016-09-291-2/+48
* [SPARK-17697][ML] Fixed bug in summary calculations that pattern match agains...Bryan Cutler2016-09-291-1/+17
* [SPARK-16356][ML] Add testImplicits for ML unit tests and promote toDF()hyukjinkwon2016-09-268-60/+61
* [SPARK-17057][ML] ProbabilisticClassifierModels' thresholds should have at mo...Sean Owen2016-09-241-7/+28
* [SPARK-17163][ML] Unified LogisticRegression interfacesethah2016-09-193-1145/+1201
* [SPARK-7159][ML] Add multiclass logistic regression to Spark MLsethah2016-08-181-0/+1056
* [SPARK-15413][ML][MLLIB] Change `toBreeze` to `asBreeze` in Vector and MatrixDB Tsai2016-05-271-3/+3
* [SPARK-15292][ML] ML 2.0 QA: Scala APIs audit for classificationYanbo Liang2016-05-191-2/+3
* [SPARK-14615][ML] Use the new ML Vector and Matrix in the ML pipeline based a...DB Tsai2016-05-179-37/+219
* [SPARK-15096][ML] LogisticRegression MultiClassSummarizer numClasses can fail...wm624@hotmail.com2016-05-141-0/+4
* [SPARK-13961][ML] spark.ml ChiSqSelector and RFormula should support other nu...BenFradet2016-05-137-7/+7
* [SPARK-15037][SQL][MLLIB] Use SparkSession instead of SQLContext in Scala/Jav...Sandeep Singh2016-05-108-27/+27
* [SPARK-14931][ML][PYTHON] Mismatched default values between pipelines in Spar...Xusen Yin2016-05-011-1/+1
* [SPARK-14862][ML] Updated Classifiers to not require labelCol metadataJoseph K. Bradley2016-04-284-1/+160
* [MINOR][ML][MLLIB] Remove unused importsZheng RuiFeng2016-04-222-2/+2
* [SPARK-13783][ML] Model export/import for spark.ml: GBTsYanbo Liang2016-04-131-20/+17
* [SPARK-14500] [ML] Accept Dataset[_] instead of DataFrame in MLlib APIsXiangrui Meng2016-04-114-9/+9
* [SPARK-13784][ML] Persistence for RandomForestClassifier, RandomForestRegressorJoseph K. Bradley2016-04-041-21/+19
* [SPARK-7425][ML] spark.ml Predictor should support other numeric types for labelBenFradet2016-04-017-10/+75
* [SPARK-11262][ML] Unit test for gradient, loss layers, memory management for ...Alexander Ulanov2016-03-311-2/+24
* [SPARK-11892][ML] Model export/import for spark.ml: OneVsRestXusen Yin2016-03-311-2/+66
* [SPARK-14164][MLLIB] Improve input layer validation of MultilayerPerceptronCl...Dongjoon Hyun2016-03-311-0/+17
* [SPARK-11730][ML] Add feature importances for GBTs.sethah2016-03-281-0/+25
* [SPARK-11871] Add save/load for MLPCXusen Yin2016-03-241-6/+37
* [SPARK-13952][ML] Add random seed to GBTsethah2016-03-231-1/+3
* [SPARK-11888][ML] Decision tree persistence in spark.mlJoseph K. Bradley2016-03-163-22/+32