What is the role of probability estimation in Decision Trees?
Updated May 16, 2026
Short answer
Decision Trees estimate probabilities based on class frequencies in leaf nodes.
Deep explanation
In classification trees, probability estimates are derived from the proportion of training samples belonging to each class in a leaf node. For example, if a leaf has 80 positive and 20 negative samples, the probability for the positive class is 0.8. However, these estimates can be poorly calibrated, especially in small leaves. Techniques like Laplace smoothing or ensemble averaging improve probability calibration.
Unlock with a Pro subscription to view this section.
View pricingReal-world example
No real-world example available yet.
Unlock with a Pro subscription to view this section.
Upgrade to ProCommon mistakes
No common mistakes listed yet.
Unlock with a Pro subscription to view this section.
Upgrade to ProFollow-up questions
No follow-up questions available yet.
Unlock with a Pro subscription to view this section.
Upgrade to Pro