Match each error breakdown in a model audit to the improvement implication it suggests.
0
1
Tags
Machine Learning
Deep Learning
Supervised Learning
Dive into Deep Learning @ D2L
Data Science
Machine Learning Strategy
Machine Learning Yearning @ DeepLearning.AI
Related
A verification check shows that 90% of observed mistakes come from the evaluation metric and 10% come from the optimizer. Where should the next engineering effort go?
If 8% of the model's mistakes come from mislabeled training examples, then fixing the labels perfectly could eliminate at most about 8% of the total mistakes.
If most of the mistakes come from the prediction stage, improve how you make an _____ of the outcome.
Match each error breakdown in a model audit to the improvement implication it suggests.
Order the steps for deciding whether a model improvement effort should target the predictor or the optimizer.
Use an error breakdown to choose between fixing the search routine and improving the scoring model.
How a product team should split effort after checking error sources
Upper Bound from a Small Optimization Error Share
How should improvement work be allocated when different components contribute different shares of the errors?
A component-level error breakdown can indicate the largest fraction of total mistakes that could be removed by perfecting one part of the system.