Quant Memo
Statistics/●●●●

Linear model versus decision tree, on test error

You compare two models on the same problem, where expected test error is squared bias+variance+irreducible noise\text{squared bias} + \text{variance} + \text{irreducible noise} 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

More Statistics questions