Model Drift
Model drift is the tendency of a machine learning model to become less accurate over time as the real-world data it encounters changes, or as the relationships between inputs and outcomes shift. In other words, a model that worked well when it was deployed can gradually 'drift' away from doing its job as conditions change. Detecting and correcting drift is a common reason models require ongoing monitoring after they go into production.
Model drift, as commonly defined in machine learning practice, refers to the degradation of a deployed model's predictive performance over time resulting from changes in the underlying data distributions or in the statistical relationship between input features and target outcomes. It is frequently characterized by measuring changes in distribution over time across a model's inputs, outputs, and observed actuals. Practitioners typically distinguish subtypes—for example, data drift (a change in the distribution of input data, which can include covariate shift as well as prior-probability/label shift) and concept drift (a change in the relationship between inputs and the target that invalidates the learned mapping). Note that model drift is not itself a regulatory term; it is a technical phenomenon that model risk monitoring programs seek to detect. It should be distinguished from model risk more broadly and treated as one driver of performance degradation rather than a synonym for it.
Why it matters
Model drift matters because a machine learning model's accuracy at deployment offers no guarantee of continued accuracy over time. As the real-world data a model encounters changes, or as the relationships between inputs and outcomes shift, a model that once performed well can gradually stop doing its job. This makes drift one of the most common reasons that deployed models require ongoing monitoring rather than one-time validation, and it is a central concern for any program responsible for the continued reliability of models in production.
It is important to be precise about scope: model drift is a technical phenomenon, not a regulatory term. Model risk management programs seek to detect drift, but drift itself is only one driver of performance degradation and should not be treated as a synonym for model risk more broadly. In banking and other regulated sectors, monitoring for drift typically forms part of the ongoing monitoring expected of model risk management practices, though the specific supervisory expectations depend on jurisdiction and the applicable guidance in force. Because the treatment of ongoing model monitoring can evolve as regulatory guidance is revised, practitioners should confirm which instruments currently apply to their institution rather than assume a fixed requirement.
Unmanaged drift can allow a model to make progressively less reliable predictions without any obvious failure signal, which is why detection and correction are emphasized. Monitoring controls reduce and help manage this risk, but they do not eliminate it; drift can still occur between monitoring intervals or in ways existing metrics do not capture.
Who it's relevant to
Inside Model Drift
Common questions
Answers to the questions practitioners most commonly ask about Model Drift.