aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/test/scala/org/apache/spark/ml/tuning/CrossValidatorSuite.scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14500] [ML] Accept Dataset[_] instead of DataFrame in MLlib APIsXiangrui Meng2016-04-111-4/+4
* [SPARK-13761][ML] Remove remaining uses of validateParamsJoseph K. Bradley2016-03-171-7/+6
* [SPARK-3873][TESTS] Import ordering fixes.Marcelo Vanzin2016-01-051-5/+5
* [SPARK-12309][ML] Use sqlContext from MLlibTestSparkContext for spark.ml test...Yanbo Liang2015-12-161-2/+1
* [SPARK-6791][ML] Add read/write for CrossValidator and EvaluatorsJoseph K. Bradley2015-11-221-7/+195
* [SPARK-10668] [ML] Use WeightedLeastSquares in LinearRegression with L…lewuathe2015-10-191-1/+1
* [SPARK-10097] Adds `shouldMaximize` flag to `ml.evaluation.Evaluator`Feynman Liang2015-08-191-0/+2
* [SPARK-9073] [ML] spark.ml Models copy() should call setParent when there is ...lewuathe2015-08-131-0/+5
* [SPARK-8468] [ML] Take the negative of some metrics in RegressionEvaluator to...Liang-Chi Hsieh2015-06-201-2/+33
* [SPARK-8151] [MLLIB] pipeline components should correctly implement copyXiangrui Meng2015-06-191-1/+4
* [SPARK-6164] [ML] CrossValidatorModel should keep stats from fittingleahmcguire2015-06-031-0/+1
* [SPARK-7558] Demarcate tests in unit-tests.logAndrew Or2015-05-291-2/+2
* [SPARK-7927] [MLLIB] Enforce whitespace for more tokens in style checkerXiangrui Meng2015-05-281-3/+9
* [SPARK-7535] [.1] [MLLIB] minor changes to the pipeline APIXiangrui Meng2015-05-261-2/+50
* [SPARK-5956] [MLLIB] Pipeline components should be copyable.Xiangrui Meng2015-05-041-3/+3
* [SPARK-5447][SQL] Replaced reference to SchemaRDD with DataFrame.Reynold Xin2015-01-281-1/+1
* [SPARK-5097][SQL] DataFrameReynold Xin2015-01-271-2/+2
* [SPARK-4373][MLLIB] fix MLlib maven testsXiangrui Meng2014-11-121-5/+10
* [SPARK-3530][MLLIB] pipeline and parameters with examplesXiangrui Meng2014-11-121-0/+51