paper-with-me

Papers

Evaluating Probabilistic Classifiers: The Triptych

2023-01-25 · Timo Dimitriadis, Tilmann Gneiting, Alexander I. Jordan, Peter Vogel

Probability forecasts for binary outcomes, often referred to as probabilistic classifiers or confidence scores, are ubiquitous in science and society, and methods for evaluating and comparing them are in great demand. We propose and study a triptych of diagnostic graphics that focus on distinct and complementary aspects of forecast performance: The reliability diagram addresses calibration, the receiver operating characteristic (ROC) curve diagnoses discrimination ability, and the Murphy diagram visualizes overall predictive performance and value. A Murphy curve shows a forecast's mean elementary scores, including the widely used misclassification rate, and the area under a Murphy curve equals the mean Brier score. For a calibrated forecast, the reliability curve lies on the diagonal, and for competing calibrated forecasts, the ROC and Murphy curves share the same number of crossing points. We invoke the recently developed CORP (Consistent, Optimally binned, Reproducible, and Pool-Adjacent-Violators (PAV) algorithm based) approach to craft reliability diagrams and decompose a mean score into miscalibration (MCB), discrimination (DSC), and uncertainty (UNC) components. Plots of the DSC measure of discrimination ability versus the calibration metric MCB visualize classifier performance across multiple competitors. The proposed tools are illustrated in empirical examples from astrophysics, economics, and social science.

📄 PDF Abstract BibTeX arXiv:2301.10803

Code (0)

등록된 구현이 없습니다.

Tasks

Diagnostic

Similar Papers 제목 키워드 기반

Shapley Value on Probabilistic Classifiers

2023-06-12 · Xiang Li, Haocheng Xia, Jinfei Liu

Data valuation has become an increasingly significant discipline in data science due to the economic value of data. In the context of machine learning (ML), data valuation methods aim to equitably measure the contributio…

Data Valuation

Evaluating model calibration in classification

2019-02-19 · Juozas Vaicenavicius, David Widmann, Carl Andersson, Fredrik Lindsten 외

Probabilistic classifiers output a probability distribution on target classes rather than just a class prediction. Besides providing a clear separation of prediction and decision making, the main advantage of probabilist…

ClassificationDecision MakingGeneral Classificationmodel

Towards Automation of Knowledge Understanding: An Approach for Probabilistic Generative Classifiers

2016-05-20 · Dominik Fisch, Christian Gruhl, Edgar Kalkowski, Bernhard Sick 외

After data selection, pre-processing, transformation, and feature extraction, knowledge extraction is not the final step in a data mining process. It is then necessary to understand this knowledge in order to apply it ef…

Informativeness

On the Calibration of Probabilistic Classifier Sets

2022-05-20 · Thomas Mortier, Viktor Bengs, Eyke Hüllermeier, Stijn Luca 외

Multi-class classification methods that produce sets of probabilistic classifiers, such as ensemble learning methods, are able to model aleatoric and epistemic uncertainty. Aleatoric uncertainty is then typically quantif…

Ensemble LearningMulti-class Classification

Optimum Reject Options for Prototype-based Classification

2015-03-23 · Lydia Fischer, Barbara Hammer, Heiko Wersing

We analyse optimum reject strategies for prototype-based classifiers and real-valued rejection measures, using the distance of a data point to the closest prototype or probabilistic counterparts. We compare reject scheme…

ClassificationGeneral Classification