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?