aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/main/scala/org/apache/spark/ml/evaluation
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-3359][DOCS] More changes to resolve javadoc 8 errors that will help un...Sean Owen2016-07-161-1/+1
* [SPARK-16485][ML][DOC] Fix privacy of GLM members, rename sqlDataTypes for ML...Joseph K. Bradley2016-07-131-2/+5
* [SPARK-15617][ML][DOC] Clarify that fMeasure in MulticlassMetrics is "micro" ...Ruifeng Zheng2016-06-041-7/+5
* [SPARK-15457][MLLIB][ML] Eliminate some warnings from MLlib about deprecationsSean Owen2016-05-261-2/+2
* [MINOR][ML][PYSPARK] ml.evaluation Scala and Python API syncYanbo Liang2016-05-191-1/+1
* [SPARK-14615][ML] Use the new ML Vector and Matrix in the ML pipeline based a...DB Tsai2016-05-171-1/+1
* [SPARK-14900][ML] spark.ml classification metrics should include accuracywm624@hotmail.com2016-05-131-10/+5
* [SPARK-13962][ML] spark.ml Evaluators should support other numeric types for ...BenFradet2016-04-263-24/+18
* [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-114-14/+14
* [SPARK-14089][CORE][MLLIB] Remove methods that has been deprecated since 1.1,...Liwei Lin2016-03-261-8/+0
* [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-273-9/+9
* Revert "[SPARK-13457][SQL] Removes DataFrame RDD operations"Davies Liu2016-02-253-9/+9
* [SPARK-13457][SQL] Removes DataFrame RDD operationsCheng Lian2016-02-253-9/+9
* [SPARK-9716][ML] BinaryClassificationEvaluator should accept Double predictio...BenFradet2016-01-191-3/+6
* [SPARK-12368][ML][DOC] Better doc for the binary classification evaluator' me...BenFradet2016-01-061-2/+1
* [SPARK-3873][MLLIB] Import order fixes.Marcelo Vanzin2015-12-311-3/+3
* [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-223-6/+28
* [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-204-7/+43
* [SPARK-10402] [DOCS] [ML] Add defaults to the scaladoc for params in ml/Holden Karau2015-09-041-0/+1
* [SPARK-10097] Adds `shouldMaximize` flag to `ml.evaluation.Evaluator`Feynman Liang2015-08-194-16/+38
* [SPARK-9586] [ML] Update BinaryClassificationEvaluator to use setRawPredictio...Joseph K. Bradley2015-08-041-1/+8
* [SPARK-7690] [ML] Multiclass classification EvaluatorRam Sriharsha2015-07-301-0/+85
* [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-193-4/+6
* [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-263-12/+9
* [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
* [SPARK-7535] [.0] [MLLIB] Audit the pipeline APIs for 1.4Xiangrui Meng2015-05-212-1/+53
* [SPARK-7407] [MLLIB] use uid + name to identify parametersXiangrui Meng2015-05-141-2/+5
* [SPARK-5956] [MLLIB] Pipeline components should be copyable.Xiangrui Meng2015-05-041-10/+7
* [SPARK-5957][ML] better handling of parametersXiangrui Meng2015-04-131-6/+9
* [SPARK-5730][ML] add doc groups to spark.ml componentsXiangrui Meng2015-02-131-1/+11
* [SPARK-4789] [SPARK-4942] [SPARK-5031] [mllib] Standardize ML Prediction APIsJoseph K. Bradley2015-02-051-12/+12
* [SPARK-5097][SQL] DataFrameReynold Xin2015-01-271-4/+3
* [SPARK-5123][SQL] Reconcile Java/Scala API for data types.Reynold Xin2015-01-131-1/+2
* [SPARK-3530][MLLIB] pipeline and parameters with examplesXiangrui Meng2014-11-121-0/+71