What is Model Drift? - Definition & Meaning
Learn what model drift is, why AI models can deteriorate in production, and how drift is detected and addressed.
Definition
Model drift (or ML drift) is the gradual or sudden decline of model performance in production because input data or the relationship between input and output changes. The model trained on historical data no longer matches current reality.
Technical explanation
Two main types: data drift (input distribution changes) and concept drift (relationship between input and target changes). Detection methods: statistical tests (KS, PSI), feature distribution monitoring, performance metrics (accuracy, AUC) over time, and reference data comparison. Solutions: periodic retraining, online learning, and human-in-the-loop review. Drift can be gradual (seasonal patterns) or abrupt (COVID, policy change). Monitoring and automated retraining are part of MLOps.
How AVARC Solutions applies this
AVARC Solutions implements drift monitoring for production models. We track feature distributions, model performance, and business metrics, and trigger retraining or human review when significant drift is detected.
Practical examples
- A fraud model where transaction patterns change after a new payment option, reducing model effectiveness.
- A recommendation system where product catalog and customer behavior change seasonally.
- A churn model where the definition of "churn" was internally changed, making labels inconsistent.
Related terms
Frequently asked questions
Related articles
What is Model Serving? - Definition & Meaning
Learn what model serving is, how AI models are exposed in production, and which tools and best practices exist for scalable AI deployment.
What is MLOps? - Definition & Meaning
Learn what MLOps is, how machine learning models are reliably brought to production and managed, and why it is essential for AI at scale.
What is A/B Testing for AI? - Definition & Meaning
Learn what A/B testing for AI is, how to experimentally compare AI models and prompts, and why it is essential for responsible AI rollouts.
AI Dashboard Template - AI Metrics and Model Monitoring
Download our AI dashboard template for model performance, data drift, and business metrics. Includes KPIs, alerting, and visualisation recommendations.