Concept
Classification Tree
A classification tree is used to predict qualitative variables instead of quantitative variables. It is very similar to a regression tree and uses recursive binary splitting to generate the tree. However, it uses the Gini index () or entropy () to evaluate splits. A small value indicates high node purity, meaning the node contains observations from almost the same category. If the th node is pure, its entropy and Gini index are very small.
1
6
Updated 2026-06-15
Contributors are:
Who are from:
Tags
Data Science