✅ Quiz M5.04

✅ Quiz M5.04#

Question

If a decision tree is overfitting, you need to increase the maximum depth.

  • a) True

  • b) False

Select a single answer

Question

How should you choose the maximum depth of a decision tree?

  • a) choosing the depth maximizing the score on a validation set with a cross-validation, with a grid-search for instance

  • b) choosing the depth maximizing the score on the train set

  • c) choosing the depth maximizing the score on the test set

Select all answers that apply