Skip to content
Back to course

17.2 Model Monitoring

A model that works on launch day can quietly get worse as the world changes — customers behave differently, prices shift, new fraud patterns appear. Model monitoring continuously tracks predictions, accuracy, latency, and input distributions so you are alerted before users feel the damage.

TrainPackageDeployServeMLOps lifecycle
A deployed model is continuously watched for drift and failures over time.

Consider a crop-disease classifier used by farmers around Bahir Dar. It was trained mostly on dry-season photos. When the rainy season arrives, leaves look different and accuracy drops. Monitoring detects this 'data drift' and signals that retraining is needed.

Scenario

Monitoring shows your model's input photos now look very different from training data, but accuracy can't yet be measured. What do you do?

Check your understanding

1/4 · 40 XP

What is 'data drift'?