Estimate Uncertainty
Synopsis
This operator generates uncertainty estimates based on the conformal prediction method.
Description
In many situations you do not just want to predict a value but also estimate the uncertainty of the prediction. This operator allows you to get an estimate for the uncertainty.
For regression the result are upper and lower bounds which can be seen as confidence bands. The algorithm guarantees that with 1-alpha probability the true value is within the bounds.
For classification the result is a set of predictions. The algorithm guarantees that the real prediction is within the set with a probability of 1-alpha.
For an introduction into the conformal prediction algorithm we recommend "A Gentle Introduction to Conformal Prediction and Distribution-Free Uncertainty Quantification" by Angelopoulos and Bates (2022) on which this implementation is loosely based.