AAIA · Question #68
An IS auditor notes the combined number of records utilized within the training, validation, and testing data sets exceeds the total number of records in the original data set. Which of the following
The correct answer is B. Whether data leakage occurred from utilizing overlapping records in the data sets. When the combined record count across all three splits exceeds the original dataset size, it is mathematically certain that records are shared (overlapping) between sets. This is the hallmark of data leakage (B), where the model is exposed to test or validation data during traini
Question
An IS auditor notes the combined number of records utilized within the training, validation, and testing data sets exceeds the total number of records in the original data set. Which of the following is MOST important for the auditor to determine?
Options
- AWhether the training, validation, and testing data sets were created in the correct order
- BWhether data leakage occurred from utilizing overlapping records in the data sets
- CWhether a sufficient number of records were utilized in the training data set
- DWhether the validation data set utilized the same number of records as the training data sets
How the community answered
(24 responses)- A4% (1)
- B75% (18)
- C8% (2)
- D13% (3)
Explanation
When the combined record count across all three splits exceeds the original dataset size, it is mathematically certain that records are shared (overlapping) between sets. This is the hallmark of data leakage (B), where the model is exposed to test or validation data during training, causing it to 'memorize' rather than generalize, leading to artificially inflated performance metrics that do not reflect real-world effectiveness. The creation order (A), adequacy of training set size (C), and parity between validation and training counts (D) are secondary concerns that only matter after the leakage risk is assessed and resolved.
Topics
Community Discussion
No community discussion yet for this question.