Model Drift

Definition

Degradation of an AI model's performance over time as real-world conditions change from what it was trained on, necessitating regular updates.

Use Cases

Provider Equivalents

Frequently Asked Questions

What's the difference between model drift and data drift?
Data drift means the input data changes (for example, customer demographics or transaction patterns shift). Model drift is the outcome: the model’s predictive performance gets worse because the real world no longer matches what the model learned. Data drift is a common cause of model drift, but performance can also degrade due to changes in labels, business processes, or user behavior even if inputs look similar.
When should I monitor for model drift?
Monitor for drift whenever a model is used in production and the environment can change—especially in fraud, pricing, recommendations, demand forecasting, and credit risk. You should also monitor when decisions have high business or safety impact, when data sources or upstream systems change, or when you see rising error rates, more manual overrides, or customer complaints.
How much does model drift monitoring cost?
Costs depend on (1) how often you collect and store predictions/features, (2) how frequently you run drift checks, (3) the volume of data, and (4) whether you use managed monitoring or custom pipelines. Managed services typically charge for monitoring jobs, data processing, and storage/logging. Custom approaches shift cost to compute (batch jobs/stream processing), observability tooling, and engineering time. Retraining triggered by drift adds additional training and labeling costs.

Category: ai-ml

Difficulty: advanced

Related Terms

See Also