Question: In a Decision Tree, what does the term \'Gini impurity\' refer to?
Options:
Correct Answer: A criterion for splitting nodes
Solution:
Gini impurity is a criterion used to measure the impurity of a node, helping to determine the best feature to split on.