Model Calibration
Model calibration is the process of adjusting a model so its outputs line up with what actually happens in the real world. For example, when a model that predicts probabilities says an event has a 70% chance, a well-calibrated model means that such events truly occur about 70% of the time. The specific meaning varies by context, ranging from tuning simulation parameters to match observed data to correcting predicted probabilities.
Model calibration refers to adjusting a model so that its outputs are consistent with observed real-world outcomes, though the precise objective depends on the modeling context. In probabilistic and machine learning settings, calibration typically means adjusting predicted probabilities so that estimated class probabilities reflect the true likelihood of the event—i.e., predicted probabilities align with observed empirical frequencies. In simulation, forecasting, and parametric modeling contexts, calibration typically refers to adjusting parameter values until predicted quantities match observed data within a defined domain (for example, aligning predicted travel with observed travel, occupancy predictions with observed occupancy, or media mix predictions with incrementality test results). Note that the evidence provided describes calibration primarily in general modeling and machine learning terms; it does not establish domain-specific regulatory usage, and calibration should be distinguished from related concepts such as model validation and model performance more broadly, which are out of scope here.
Why it matters
Model calibration matters because a model can appear accurate in aggregate while still producing outputs that misstate the likelihood of specific events. A classifier that separates outcomes well may still assign probabilities that do not reflect true empirical frequencies—so when it reports a 70% chance, such events may occur substantially more or less often. In decision contexts where the probability itself drives action, such as thresholds, resource allocation, or downstream calculations, poorly calibrated outputs can lead to systematically flawed decisions even when the model's discrimination or ranking appears strong.
Because the objective of calibration varies by modeling context, the stakes also vary. In probabilistic and machine learning settings, calibration concerns whether predicted probabilities align with observed outcomes. In simulation, forecasting, and parametric contexts, calibration concerns whether tuned parameters produce predictions that match observed data—such as aligning predicted travel with observed travel, predicted occupancy with observed occupancy, or media mix predictions with incrementality test results. Treating these as a single uniform practice can obscure what a given calibration effort is actually verifying.
It is important to distinguish calibration from broader model validation and from model performance more generally, which are out of scope here. A well-calibrated model is not automatically a valid or fit-for-purpose model, and calibration reduces one specific type of error rather than eliminating model risk. The evidence base describes calibration in general modeling and machine learning terms and does not establish domain-specific regulatory usage; readers in regulated settings should confirm how calibration is defined and expected within their own framework.
Who it's relevant to
Inside Model Calibration
Common questions
Answers to the questions practitioners most commonly ask about Model Calibration.