Learn Before
Relation
Criteria for making binary splits in a classification tree
Unlike regression trees, RSS cannot be used as a criterion for making binary splits in classification trees since the most commonly classes, rather than mean values, are used as the predictions. Three criteria that can be used for making binary splits in classification trees are
- classification error rate
- Gini index
- entropy
0
3
Updated 2020-03-06
Contributors are:
Who are from:
Tags
Data Science