aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/test/scala/org/apache/spark/ml/classification/OneVsRestSuite.scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-19953][ML] Random Forest Models use parent UID when being fitBryan Cutler2017-04-061-2/+1
* [SPARK-18625][ML] OneVsRestModel should support setFeaturesCol and setPredict...Zheng RuiFeng2016-12-051-1/+13
* [SPARK-16356][ML] Add testImplicits for ML unit tests and promote toDF()hyukjinkwon2016-09-261-1/+3
* [SPARK-17163][ML] Unified LogisticRegression interfacesethah2016-09-191-1/+1
* [SPARK-14615][ML] Use the new ML Vector and Matrix in the ML pipeline based a...DB Tsai2016-05-171-5/+7
* [SPARK-13961][ML] spark.ml ChiSqSelector and RFormula should support other nu...BenFradet2016-05-131-1/+1
* [SPARK-15037][SQL][MLLIB] Use SparkSession instead of SQLContext in Scala/Jav...Sandeep Singh2016-05-101-2/+2
* [MINOR][ML][MLLIB] Remove unused importsZheng RuiFeng2016-04-221-1/+1
* [SPARK-14500] [ML] Accept Dataset[_] instead of DataFrame in MLlib APIsXiangrui Meng2016-04-111-3/+3
* [SPARK-7425][ML] spark.ml Predictor should support other numeric types for labelBenFradet2016-04-011-1/+15
* [SPARK-11892][ML] Model export/import for spark.ml: OneVsRestXusen Yin2016-03-311-2/+66
* [SPARK-13457][SQL] Removes DataFrame RDD operationsCheng Lian2016-02-271-3/+3
* Revert "[SPARK-13457][SQL] Removes DataFrame RDD operations"Davies Liu2016-02-251-3/+3
* [SPARK-13457][SQL] Removes DataFrame RDD operationsCheng Lian2016-02-251-3/+3
* [SPARK-7780][MLLIB] intercept in logisticregressionwith lbfgs should not be r...Holden Karau2016-01-261-1/+1
* [SPARK-3873][TESTS] Import ordering fixes.Marcelo Vanzin2016-01-051-2/+2
* [SPARK-10592] [ML] [PySpark] Deprecate weights and use coefficients instead i...vectorijk2015-11-021-3/+3
* [SPARK-9073] [ML] spark.ml Models copy() should call setParent when there is ...lewuathe2015-08-131-1/+5
* [SPARK-8069] [ML] Add multiclass thresholds for ProbabilisticClassifierHolden Karau2015-08-041-1/+1
* [SPARK-8092] [ML] Allow OneVsRest Classifier feature and label column names t...Ram Sriharsha2015-07-231-0/+24
* [SPARK-8151] [MLLIB] pipeline components should correctly implement copyXiangrui Meng2015-06-191-0/+30
* [SPARK-8049] [MLLIB] drop tmp col from OneVsRest outputXiangrui Meng2015-06-021-0/+9
* [SPARK-7558] Demarcate tests in unit-tests.logAndrew Or2015-05-291-3/+2
* [SPARK-7774] [MLLIB] add sqlContext to MLlibTestSparkContextXiangrui Meng2015-05-201-4/+3
* [SPARK-7407] [MLLIB] use uid + name to identify parametersXiangrui Meng2015-05-141-2/+4
* [SPARK-7573] [ML] OneVsRest cleanupsJoseph K. Bradley2015-05-121-0/+110