Essay

How model and expert error comparison reveals bias

Question: In one concrete example, show how comparing a model’s mistakes with expert-level mistakes helps estimate the part of the error that can still be reduced, and explain what that implies for model improvement.

Sample answer: Suppose a fraud detector is wrong 13% of the time, while experienced analysts are wrong 5% of the time on the same task. The difference, 8 percentage points, is a rough estimate of the reducible portion of the model’s error. When that gap is large, it usually means the model is not capturing the pattern well enough, so the next step is to lower bias by using a more expressive model, adding useful features, or training the system more thoroughly.

Key points:

  • Expert performance gives a practical reference for the best error level we can compare against.
  • Subtracting expert error from model error gives an estimate of the error still available to reduce.
  • A large gap suggests the model needs bias-reducing changes rather than more regularization.

Rubric: A correct response will identify expert or human performance as a reference for the lowest practical error, give a worked example that subtracts the expert error from the model error to find the reducible gap, and explain that a large gap calls for bias-reducing steps such as increasing model capacity or training more effectively.

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