Artificial Intelligence

Model Drift

The gradual degradation of a model's predictive performance over time as the real-world environment changes. Model drift can be caused by data drift, concept drift, or both.

Why It Matters

Model drift silently destroys value. A model that was 95% accurate at launch might drop to 75% in six months without anyone noticing until damage is done.

Example

A housing price prediction model becoming increasingly inaccurate as the market shifts — it was trained on pre-pandemic data but the market has fundamentally changed.

Think of it like...

Like a map that slowly becomes outdated as new roads are built and old ones are closed — it was accurate when printed but gradually loses reliability.

Related Terms