Group duplicate shipment records before creating training: What control directly addresses this evaluation
Duplicate or related shipment records must be grouped before splitting, preventing information leakage into held-out evaluation.
The question
A logistics scheduler is tested using records randomly split by row. The same shipment appears twice because one record reflects an update, and its duplicate landed in the held-out set. What control directly addresses this evaluation problem?
Preparing for AIGP? Take the free 5-min readiness quiz →
- Tune the scheduler threshold using the current held-out predictions.Threshold tuning cannot repair information leakage because duplicate shipment information has already crossed the evaluation boundary.
- Increase the held-out sample size without changing the split procedure.A larger random split can still place related records across partitions, preserving leakage and overstating held-out performance.
- Add a second random test split to confirm the reported scheduling accuracy.Repeated random splitting can reproduce the same duplication problem unless related records are grouped first.
- Group duplicate shipment records before creating training and held-out partitions. ✓Grouping related records before splitting keeps duplicate information within one partition and protects the independence of evaluation.
The trap
Choose the split unit based on independent real-world entities, not automatically on individual rows. How to remember it
Duplicate or related shipment records must be grouped before splitting, preventing information leakage into held-out evaluation.
How many of these would you get right?
One of 1581 AIGP questions on Certsqill. Take a free five-minute check and see your score per domain — not one number, but which section to open tonight.
Test your AIGP readiness — freeMore Understanding How to Govern AI Development questions
- Evaluate it on a held-out set excluded from training: Which evaluation design best distinguishes learning from →
- Set subgroup acceptance criteria and investigate: Before deployment, which evaluation decision is most →
- Estimate costs and capacity before comparing: Which next decision best supports a defensible threshold? →
- All 426 Understanding How to Govern AI Development questions →
Part of the Certsqill AIGP question bank · Understanding How to Govern AI Development ·
Every answer, right and wrong, comes with its own explanation.