Cost-Sensitive Decision Trees for Imbalanced Classification - MachineLearningMastery.com

The decision tree algorithm is effective for balanced classification, although it does not perform well on imbalanced datasets. The split points of the tree are chosen to best separate examples int...

By · · 1 min read
Cost-Sensitive Decision Trees for Imbalanced Classification - MachineLearningMastery.com

Source: MachineLearningMastery.com

The decision tree algorithm is effective for balanced classification, although it does not perform well on imbalanced datasets. The split points of the tree are chosen to best separate examples into two groups with minimum mixing. When both groups are dominated by examples from one class, the criterion used to select a split point will […]