aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/main/scala/org/apache/spark/ml/evaluation/RegressionEvaluator.scala
Commit message (Expand)AuthorAgeFilesLines
* [MINOR][ML][MLLIB] Remove unused importsZheng RuiFeng2016-04-221-1/+1
* [SPARK-14618][ML][DOC] Updated RegressionEvaluator.metricName param docJoseph K. Bradley2016-04-141-4/+5
* [SPARK-14500] [ML] Accept Dataset[_] instead of DataFrame in MLlib APIsXiangrui Meng2016-04-111-3/+3
* [SPARK-13583][CORE][STREAMING] Remove unused imports and add checkstyle ruleDongjoon Hyun2016-03-031-1/+1
* [SPARK-13457][SQL] Removes DataFrame RDD operationsCheng Lian2016-02-271-1/+2
* Revert "[SPARK-13457][SQL] Removes DataFrame RDD operations"Davies Liu2016-02-251-2/+1
* [SPARK-13457][SQL] Removes DataFrame RDD operationsCheng Lian2016-02-251-1/+2
* [SPARK-11343][ML] Documentation of float and double prediction/label columns ...Dominik Dahlem2015-12-081-2/+7
* [SPARK-6791][ML] Add read/write for CrossValidator and EvaluatorsJoseph K. Bradley2015-11-221-2/+9
* [SPARK-11343][ML] Allow float and double prediction/label columns in Regressi...Dominik Dahlem2015-11-021-4/+8
* [SPARK-10261][DOCUMENTATION, ML] Fixed @Since annotation to ml.evaluationTijo Thomas2015-10-201-2/+12
* [SPARK-10097] Adds `shouldMaximize` flag to `ml.evaluation.Evaluator`Feynman Liang2015-08-191-8/+11
* [SPARK-8468] [ML] Take the negative of some metrics in RegressionEvaluator to...Liang-Chi Hsieh2015-06-201-3/+7
* [SPARK-8151] [MLLIB] pipeline components should correctly implement copyXiangrui Meng2015-06-191-1/+3
* [SPARK-7535] [.1] [MLLIB] minor changes to the pipeline APIXiangrui Meng2015-05-261-2/+2
* [SPARK-7748] [MLLIB] Graduate spark.ml from alphaXiangrui Meng2015-05-261-4/+3
* [SPARK-7833] [ML] Add python wrapper for RegressionEvaluatorRam Sriharsha2015-05-241-2/+2
* [SPARK-7404] [ML] Add RegressionEvaluator to spark.mlRam Sriharsha2015-05-221-0/+84