Question: What is the Gini impurity used for in Decision Trees?
Options:
Correct Answer: To determine the best split at each node
Solution:
Gini impurity is used to determine the best split at each node in a Decision Tree, helping to create more homogeneous child nodes.