Learn Before
Choose the Metric to Maximize After Setting a Time Limit
Case context: A team is building a classifier that must return a prediction within 120 milliseconds on average. That speed requirement has already been decided. The team now has one other important measure of success: accuracy.
Question: After the time limit has been fixed, how should the team treat accuracy, and why?
Sample answer: The team should make accuracy the optimizing metric and try to maximize it, as long as the classifier still satisfies the 120-millisecond time requirement. The speed requirement acts as a threshold that must be met, while accuracy is the metric to improve among solutions that meet that threshold.
Key points:
- The 120-millisecond limit is a satisficing requirement.
- Accuracy is the remaining metric to optimize.
- Accuracy should be maximized, not just checked against a cutoff.
- The model must still meet the speed requirement while improving accuracy.
Rubric: Full credit requires identifying accuracy as the optimizing metric after the time constraint is fixed, and explaining that accuracy should be maximized subject to meeting the runtime threshold. Partial credit is available for noting that accuracy matters without stating the subject-to relationship.
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
What is the optimizing metric in this fraud-screening example?
True or False: Satisficing criteria are usually set before choosing the final optimizing metric.
What metric is maximized in the classifier example after meeting the speed requirement?
Match each metric role to its meaning in a mobile app ranking task.
Order the steps for choosing the optimization target in a mobile app example.
Distinguish an Optimizing Metric from a Satisficing Metric
Choose the Metric to Maximize After Setting a Time Limit
What is an optimizing metric in model selection?
When Does a Metric Become the Optimizing Metric?
For a mobile classifier that must answer within 150 milliseconds, inference speed is the metric to maximize and accuracy only has to clear a minimum cutoff.