CLOUD-DIGITAL-LEADER · Question #3
CLOUD-DIGITAL-LEADER Question #3: Real Exam Question with Answer & Explanation
The correct answer is D: The model is overfitted. Train with more data.. If our ML model does well on the training set than on the production set, then we're likely over fitting. Training with more data would be one solution.
Question
Your team has developed a machine learning model for your customer. The test results indicate very strong predictive capability. The model is then deployed in production. Evaluation of the predictions in production show that they are off by a pronounced margin. What is the issue and how can you solve for it?
Options
- AThe model is under fitted. Train with less data.
- BThe model is over fitted. Add more features to the model to fix it.
- CThe model is fine since the test results are good. Fix the production of incoming data.
- DThe model is overfitted. Train with more data.
Explanation
If our ML model does well on the training set than on the production set, then we're likely over fitting. Training with more data would be one solution.
Topics
Community Discussion
No community discussion yet for this question.