Formula

Classification Error Rate in Classification Trees

In the context of decision trees, the classification error rate is the fraction of training observations in a given region that do not belong to the most common class. It is mathematically defined as: E=1maxk(p^mk)E = 1 - \max_{k} \left(\hat{p}_{m k}\right) where p^mk\hat{p}_{m k} represents the proportion of training observations in the mmth region that belong to the kkth class. While classification error rate is a natural metric, it is not sufficiently sensitive for tree-growing (splitting), making other measures like Gini index or entropy preferable in practice.

0

3

Updated 2026-06-07

Tags

Data Science

D2L

Dive into Deep Learning @ D2L