Aiphabet

Decision Trees Quiz

  1. Which of the following best describes the structure of a decision tree?
  1. When handling numerical features in decision trees, how is the optimal threshold for splitting typically determined?
  1. Which of the following is a key advantage of using decision trees for classification tasks?
  1. Which strategy is most effective in preventing overfitting when training a decision tree?
  1. Consider a decision tree node with an initial entropy of 0.9. After splitting on an attribute, two child nodes are produced: one with 30 samples and an entropy of 0.0, and another with 70 samples and an entropy of 0.6. What is the information gain from this split?