Skip to main content
Gradient Boosting builds trees one at a time, with each tree correcting the mistakes of the previous ensemble. It often achieves higher accuracy than Random Forest but requires more careful tuning.

Configuration

Input / Output

When to use

Strong choice when accuracy is the primary goal. Slower to train than Random Forest. Does not require scaling.