Learn Before
Concept icon
Concept

Gradient-Boosted Decision Trees

Gradient-boosted decision trees form an ensemble by training small decision trees sequentially. Each new tree targets errors left by the current ensemble, and the final prediction combines contributions from all trained trees. The learning rate scales each tree's contribution; it does not determine the tree's complexity. Tree complexity instead depends on properties such as the number of splits, while a smaller learning rate generally requires more trees.

0

0

Concept icon
Updated 2026-08-11

Tags

Data Science