In the context of Decision Trees, how can overfitting be controlled using pruning techniques?

  • By increasing the number of features
  • By increasing the tree complexity
  • By reducing the training data
  • By reducing the tree complexity
Overfitting in Decision Trees can be controlled using pruning techniques by reducing the tree's complexity. By removing branches that add little predictive power, the model becomes less sensitive to noise in the training data and generalizes better to unseen examples.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *