Inductive Conformal Prediction: A Straightforward Introduction with Examples in Python

06/23/2022
by   Martim Sousa, et al.
0

Inductive Conformal Prediction (ICP) is a set of distribution-free and model agnostic algorithms devised to predict with a user-defined confidence with coverage guarantee. Instead of having point predictions, i.e., a real number in the case of regression or a single class in multi class classification, models calibrated using ICP output an interval or a set of classes, respectively. ICP takes special importance in high-risk settings where we want the true output to belong to the prediction set with high probability. As an example, a classification model might output that given a magnetic resonance image a patient has no latent diseases to report. However, this model output was based on the most likely class, the second most likely class might tell that the patient has a 15 further exams should be conducted. Using ICP is therefore way more informative and we believe that should be the standard way of producing forecasts. This paper is a hands-on introduction, this means that we will provide examples as we introduce the theory.

READ FULL TEXT

page 5

page 6

research
06/30/2016

Multi-class classification: mirror descent approach

We consider the problem of multi-class classification and a stochastic o...
research
06/16/2021

Multi-Class Classification from Single-Class Data with Confidences

Can we learn a multi-class classifier from only data of a single class? ...
research
07/25/2022

MAPIE: an open-source library for distribution-free uncertainty quantification

Estimating uncertainties associated with the predictions of Machine Lear...
research
06/13/2019

Selective prediction-set models with coverage guarantees

Though black-box predictors are state-of-the-art for many complex tasks,...
research
06/10/2023

Distribution-free inference with hierarchical data

This paper studies distribution-free inference in settings where the dat...
research
12/25/2010

Ordinal Risk-Group Classification

Most classification methods provide either a prediction of class members...
research
11/07/2022

Interpreting deep learning output for out-of-distribution detection

Commonly used AI networks are very self-confident in their predictions, ...

Please sign up or login with your details

Forgot password? Click here to reset