← All Terms

Conformal Prediction

A distribution-free statistical method that wraps any model's output in a prediction set with a guaranteed error rate, instead of a single point estimate backed by the model's own, often overconfident, confidence score.

Governance & Risk

A model that returns “87% confident” is reporting a number it computed about itself, and that number is frequently wrong in a specific, well-documented direction: modern neural networks tend to be overconfident, and the gap between stated confidence and actual accuracy widens further once the input drifts from what the model was trained on. Conformal prediction sidesteps this by wrapping any underlying model, without needing to know how it works internally, in a statistical procedure that produces a prediction set guaranteed to contain the correct answer at a chosen error rate, under a much weaker assumption than knowing the model is well calibrated.

Paired with a calibrated abstention threshold, this turns an opaque predictor into a system with a defined and measurable escalation rate: cases the model is not reliably confident about get routed to a human instead of answered anyway. The guarantee is only as good as the slice it’s measured on, so it needs to be reported per operational segment, not as one aggregate number that hides a segment where it quietly fails.

It is one of the few tools that lets an organisation put a number on an opaque model’s uncertainty without first understanding what the model is doing inside.