paper-with-me

Papers

Binary Classifier Calibration using an Ensemble of Near Isotonic Regression Models

2015-11-16 · Mahdi Pakdaman Naeini, Gregory F. Cooper

Learning accurate probabilistic models from data is crucial in many practical tasks in data mining. In this paper we present a new non-parametric calibration method called \textit{ensemble of near isotonic regression} (ENIR). The method can be considered as an extension of BBQ, a recently proposed calibration method, as well as the commonly used calibration method based on isotonic regression. ENIR is designed to address the key limitation of isotonic regression which is the monotonicity assumption of the predictions. Similar to BBQ, the method post-processes the output of a binary classifier to obtain calibrated probabilities. Thus it can be combined with many existing classification models. We demonstrate the performance of ENIR on synthetic and real datasets for the commonly used binary classification models. Experimental results show that the method outperforms several common binary classifier calibration methods. In particular on the real data, ENIR commonly performs statistically significantly better than the other methods, and never worse. It is able to improve the calibration power of classifiers, while retaining their discrimination power. The method is also computationally tractable for large scale datasets, as it is $O(N \log N)$ time, where $N$ is the number of samples.

📄 PDF Abstract BibTeX arXiv:1511.05191

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationClassifier calibrationGeneral Classificationregression

Similar Papers 제목 키워드 기반

Classifier Calibration with ROC-Regularized Isotonic Regression

2023-11-21 · Eugene Berta, Francis Bach, Michael Jordan

Calibration of machine learning classifiers is necessary to obtain reliable and interpretable predictions, bridging the gap between model confidence and actual probabilities. One prominent technique, isotonic regression …

Classifier calibrationregression

Classifier Calibration at Scale: An Empirical Study of Model-Agnostic Post-Hoc Methods

2026-01-19 · Valery Manokhin, Daniel Grønhaug arxiv

We study model-agnostic post-hoc calibration methods intended to improve probabilistic predictions in supervised binary classification on real i.i.d. tabular data, with particular emphasis on conformal and Venn-based app…

Classifier calibrationBinary Classification

Calibration of Machine Learning Classifiers for Probability of Default Modelling

2017-10-24 · Pedro G. Fonseca, Hugo D. Lopes

Binary classification is highly used in credit scoring in the estimation of probability of default. The validation of such predictive models is based both on rank ability, and also on calibration (i.e. how accurately the…

BIG-bench Machine LearningBinary ClassificationGeneral Classificationregression+2

Improving Multi-Class Calibration through Normalization-Aware Isotonic Techniques

2025-12-09 · Alon Arad, Saharon Rosset arxiv

Accurate and reliable probability predictions are essential for multi-class supervised learning tasks, where well-calibrated models enable rational decision-making. While isotonic regression has proven effective for bina…

Image Classification

Binary Classifier Calibration: Non-parametric approach

2014-01-14 · Mahdi Pakdaman Naeini, Gregory F. Cooper, Milos Hauskrecht

Accurate calibration of probabilistic predictive models learned is critical for many practical prediction and decision-making tasks. There are two main categories of methods for building calibrated classifiers. One appro…

Classifier calibrationDecision MakingDensity Estimation