Models — Classification
Gradient Boosting Classifier component
Train a gradient boosting classifier that sequentially fits decision trees to correct prior errors, delivering strong accuracy on tabular data.
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.