aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/ml/evaluation.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-19348][PYTHON] PySpark keyword_only decorator is not thread-safeBryan Cutler2017-03-031-6/+6
* [SPARK-15402][ML][PYSPARK] PySpark ml.evaluation should support save/loadYanbo Liang2016-10-141-9/+36
* [SPARK-15364][ML][PYSPARK] Implement PySpark picklers for ml.Vector and ml.Ma...Liang-Chi Hsieh2016-06-131-1/+1
* [SPARK-15771][ML][EXAMPLES] Use 'accuracy' rather than 'precision' in many ML...Yanbo Liang2016-06-061-1/+1
* [SPARK-15617][ML][DOC] Clarify that fMeasure in MulticlassMetrics is "micro" ...Ruifeng Zheng2016-06-041-3/+1
* [SPARK-15464][ML][MLLIB][SQL][TESTS] Replace SQLContext and SparkContext with...WeichenXu2016-05-231-9/+11
* [MINOR][ML][PYSPARK] ml.evaluation Scala and Python API syncYanbo Liang2016-05-191-4/+1
* [SPARK-14615][ML] Use the new ML Vector and Matrix in the ML pipeline based a...DB Tsai2016-05-171-1/+1
* [SPARK-15189][PYSPARK][DOCS] Update ml.evaluation PyDocHolden Karau2016-05-111-1/+12
* [SPARK-14971][ML][PYSPARK] PySpark ML Params setter code clean upYanbo Liang2016-05-031-6/+3
* [SPARK-14555] First cut of Python API for Structured StreamingBurak Yavuz2016-04-201-2/+1
* [SPARK-14104][PYSPARK][ML] All Python param setters should use the `_set` methodsethah2016-04-151-7/+10
* [SPARK-14472][PYSPARK][ML] Cleanup ML JavaWrapper and related class hierarchyBryan Cutler2016-04-131-2/+2
* [SPARK-10509][PYSPARK] Reduce excessive param boiler plate codeHolden Karau2016-01-261-12/+0
* [SPARK-9716][ML] BinaryClassificationEvaluator should accept Double predictio...BenFradet2016-01-191-2/+3
* [SPARK-10286][ML][PYSPARK][DOCS] Add @since annotation to pyspark.ml.param an...lihao2015-11-021-0/+20
* [SPARK-10188] [PYSPARK] Pyspark CrossValidator with RMSE selects incorrect modelnoelsmith2015-08-271-0/+12
* [SPARK-10097] Adds `shouldMaximize` flag to `ml.evaluation.Evaluator`Feynman Liang2015-08-191-2/+2
* [SPARK-9828] [PYSPARK] Mutable values should not be default argumentsMechCoder2015-08-141-1/+3
* [SPARK-9766] [ML] [PySpark] check and add miss docs for PySpark MLYanbo Liang2015-08-121-1/+2
* [SPARK-7690] [ML] Multiclass classification EvaluatorRam Sriharsha2015-07-301-0/+66
* [SPARK-8468] [ML] Take the negative of some metrics in RegressionEvaluator to...Liang-Chi Hsieh2015-06-201-3/+5
* [MINOR] fix RegressionEvaluator docXiangrui Meng2015-05-281-1/+1
* [SPARK-7833] [ML] Add python wrapper for RegressionEvaluatorRam Sriharsha2015-05-241-2/+66
* [SPARK-7535] [.0] [MLLIB] Audit the pipeline APIs for 1.4Xiangrui Meng2015-05-211-2/+61
* [SPARK-7380] [MLLIB] pipeline stages should be copyable in PythonXiangrui Meng2015-05-181-3/+3
* [SPARK-7333] [MLLIB] Add BinaryClassificationEvaluator to PySparkXiangrui Meng2015-05-051-0/+107