English

Master your Metrics with Calibration

Machine Learning 2020-04-29 v2 Machine Learning

Abstract

Machine learning models deployed in real-world applications are often evaluated with precision-based metrics such as F1-score or AUC-PR (Area Under the Curve of Precision Recall). Heavily dependent on the class prior, such metrics make it difficult to interpret the variation of a model's performance over different subpopulations/subperiods in a dataset. In this paper, we propose a way to calibrate the metrics so that they can be made invariant to the prior. We conduct a large number of experiments on balanced and imbalanced data to assess the behavior of calibrated metrics and show that they improve interpretability and provide a better control over what is really measured. We describe specific real-world use-cases where calibration is beneficial such as, for instance, model monitoring in production, reporting, or fairness evaluation.

Keywords

Cite

@article{arxiv.1909.02827,
  title  = {Master your Metrics with Calibration},
  author = {Wissam Siblini and Jordan Fréry and Liyun He-Guelton and Frédéric Oblé and Yi-Qing Wang},
  journal= {arXiv preprint arXiv:1909.02827},
  year   = {2020}
}

Comments

Presented at IDA2020

R2 v1 2026-06-23T11:07:37.370Z