Recall & Review
beginner
What does 'model degradation' mean in production?
Model degradation means the model's performance gets worse over time when used in the real world compared to when it was trained.
Click to reveal answer
beginner
Name a common cause of model degradation related to data.
Data drift, which happens when the data the model sees in production changes from the data it was trained on.
Click to reveal answer
intermediate
How can changes in user behavior cause model degradation?
If users start acting differently than before, the model's predictions may no longer match reality, causing worse results.
Click to reveal answer
intermediate
What is concept drift in machine learning models?
Concept drift happens when the relationship between input data and the target changes, so the model's learned patterns become outdated.
Click to reveal answer
beginner
Why is monitoring important to prevent model degradation?
Monitoring helps detect when the model's performance drops so teams can fix or retrain the model before it causes problems.
Click to reveal answer
What is a main reason models degrade in production?
✗ Incorrect
Models degrade mainly because the data they see in production changes from the training data.
What term describes when the input data distribution changes?
✗ Incorrect
Data drift means the input data distribution changes over time.
Concept drift affects which part of the model?
✗ Incorrect
Concept drift means the link between input and output changes, making the model's learned patterns less accurate.
Why should teams monitor models in production?
✗ Incorrect
Monitoring helps catch when models start performing worse so fixes can happen quickly.
Which is NOT a cause of model degradation?
✗ Incorrect
Perfect model training does not cause degradation; changes in data or behavior do.
Explain why machine learning models degrade in production and list common causes.
Think about how real-world data and conditions can change after training.
You got /5 concepts.
Describe how monitoring helps manage model degradation in production environments.
Monitoring is like a health check for your model.
You got /4 concepts.