Decision Trees
What is the learning type of Decision Tree?
Which node represents the final output in a Decision Tree?
What is the effect of using too many features for splitting?
What happens if a Decision Tree grows too deep?
Which metric is commonly used to decide the best split in a Decision Tree classifier?
What is the main reason Decision Trees are prone to overfitting?
Why is pruning used in a Decision Tree?
Which splitting criterion is based on information theory?
How does a Decision Tree handle categorical features?
How does a Decision Tree treat continuous numerical features during splitting?