How should a manual-audit sample be sized when records are plentiful?
Case context: A product analytics group can access a very large pool of records, but only a small number of staff are available to inspect mistakes by hand. The group is thinking about making its hand-audited development set much larger than its reviewers can realistically check.
Question: Identify the sizing error and name the main constraint that should determine the set size.
Sample answer: The error is choosing the hand-audited set size based on how much data exists instead of how much manual inspection the team can actually perform. The better rule is to size the set around the amount of time available for human review. In practice, teams rarely examine more than about 1,000 errors manually, so a very large set is not automatically better.
Key points:
- A large data supply does not eliminate the limit on human review time.
- The deciding factor should be the team’s realistic inspection capacity.
- Making the set larger than reviewers can examine defeats the purpose of the guideline.
- Manual examination of more than 1,000 errors is uncommon.
Rubric: The response should note that the set was sized too much by data availability, recommend using available manual-review time as the sizing constraint, and interpret the 1,000-error observation correctly.
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 usually limits the size of a manual review set when data is abundant?
Eyeball Dev Set Size Under Abundant Data
When data is abundant, the human-reviewed development set should be sized according to how many examples the team can inspect _____.
Link each dev-set sizing idea to its meaning.
Order the steps for choosing a development set when data are plentiful.
How should an evaluation set be sized when labeled data is abundant?
How should a manual-audit sample be sized when records are plentiful?
What does it suggest when a team has manually examined more than 1,000 mistakes?
Which choice best matches the advice for sizing a review set when data is plentiful?
True or false: A recommendation of analyzing about 1,000 mistakes means the Eyeball dev set must contain exactly 1,000 examples.