Recall & Review
beginner
What is the main goal of retraining a machine learning model?
The main goal is to update the model with new data so it stays accurate and adapts to changes over time.
Click to reveal answer
intermediate
What is incremental retraining?
Incremental retraining means updating the model by training it on new data without starting from scratch, saving time and resources.
Click to reveal answer
beginner
Why is it important to monitor model performance before retraining?
Monitoring helps detect when the model's accuracy drops, signaling that retraining is needed to maintain good predictions.
Click to reveal answer
intermediate
What is the difference between full retraining and incremental retraining?
Full retraining trains the model from scratch using all data, while incremental retraining updates the existing model using only new data.
Click to reveal answer
intermediate
Name one challenge of retraining machine learning models.
One challenge is avoiding overfitting to new data, which can reduce the model's ability to generalize to unseen data.
Click to reveal answer
What triggers the need for retraining a machine learning model?
✗ Incorrect
Retraining is needed when the model's performance drops, indicating it no longer fits the data well.
Which retraining strategy updates the model using only new data?
✗ Incorrect
Incremental retraining updates the existing model with new data without retraining from scratch.
What is a risk of retraining a model too often?
✗ Incorrect
Frequent retraining can cause the model to overfit recent data and lose generalization.
Which of these is NOT a common retraining trigger?
✗ Incorrect
Improved accuracy does not trigger retraining; retraining is triggered by performance drops or data changes.
What does full retraining involve?
✗ Incorrect
Full retraining means training the model from scratch using the entire dataset.
Explain why and when a machine learning model should be retrained.
Think about what happens when the model sees new or different data.
You got /4 concepts.
Describe the difference between full retraining and incremental retraining.
Consider how much data is used and how long retraining takes.
You got /4 concepts.