Decision Trees: Entropy, Gini Impurity, Pruning, and Ensembles
· One min read
A decision tree recursively divides a dataset into regions that are increasingly pure with respect to the target variable.
A decision tree recursively divides a dataset into regions that are increasingly pure with respect to the target variable.