Short Answer

What is the diagnosis and remedy when test results lag far behind dev results under the same data distribution?

Question: A spam classifier scores well on the dev set but much worse on the test set, and both splits were drawn from the same source distribution. What is the most likely diagnosis, and what is the most direct remedy?

Sample answer: The most likely diagnosis is that the model has become too tuned to the dev set. The most direct remedy is to collect more dev set examples.

Key points:

  • Diagnosis: the system has overfit the dev set.
  • Remedy: get more dev set data.

Rubric: The response must identify dev-set overfitting, or an equivalent description, as the diagnosis and obtaining more dev data, or an equivalent description, as the remedy.

0

1

Updated 2026-08-12

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