Linear model versus decision tree, on test error
You compare two models on the same problem, where expected test error is and the noise is 5:
- Linear model: squared bias 10, variance 2
- Decision tree: squared bias 1, variance 9
Which model has the lower 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
- No full solutions here. Hints and approaches only.
- Complexity, edge cases and intuition are the point.
- Interview experiences are welcome. Respect your NDAs.
Loading discussion…
Learn the concepts
The theory behind this question.
Related questions
Which model has the lowest expected test error?Underfit, balanced, or overfit: pick the bestFind the missing variance from total test errorThe error floor no model can beatBlend an unbiased noisy forecast with a biased sharp one
All questions →