Short Answer

How does splitting the dev set help evaluate the manual error analysis process?

Question: Explain how explicitly splitting the dev set into Eyeball and Blackbox subsets helps you monitor the impact of manual error analysis on your data.

Sample answer: Explicitly splitting the dev set allows you to compare performance between the manually inspected portion (Eyeball) and the uninspected portion (Blackbox). This comparison tells you when the manual error analysis process is causing overfitting of the Eyeball portion.

Key points:

  • Allows comparison between the manually analyzed Eyeball dev set and the uninspected Blackbox dev set.
  • Enables detection of overfitting caused specifically by the manual error analysis process.

Rubric: The answer should state that splitting the dev set enables detecting when the manual error analysis process is causing overfitting of the Eyeball portion by comparing its performance against the uninspected Blackbox portion.

0

1

Updated 2026-05-27

Contributors are:

Who are from:

Tags

Machine Learning

Deep Learning

Supervised Learning

Dive into Deep Learning @ D2L

Data Science

Machine Learning Strategy

Machine Learning Yearning @ DeepLearning.AI

Related