Qm

Which model has the lowest expected test error?

You are choosing a forecasting model. The expected squared error of a prediction splits into three parts: squared bias+variance+irreducible noise\text{squared bias} + \text{variance} + \text{irreducible noise}. The noise is 4 for every model. The models are:

  • Model A: squared bias 9, variance 1
  • Model B: squared bias 1, variance 6
  • Model C: squared bias 0, variance 12

Which model has the lowest expected test error, and what is it?

Your answer

Solving needs a free account

Answers, streaks and solutions unlock when you are signed in. Reading the question and the hint stays free.

Discussion

Sign in to join the discussion · reading is open to everyone

💡 Discussion rules

  1. No full solutions here. Hints and approaches only.
  2. Complexity, edge cases and intuition are the point.
  3. Interview experiences are welcome. Respect your NDAs.

Loading discussion…

Learn the concepts

The theory behind this question.

Related questions

Underfit, balanced, or overfit: pick the bestFind the missing variance from total test errorLinear model versus decision tree, on test errorThe error floor no model can beatBlend an unbiased noisy forecast with a biased sharp one
All questions →