Definition
Ensemble models that build sequential trees to minimize errors.
Detailed Explanation
Gradient Boosting Machines construct additive models by sequentially fitting decision trees to the negative gradient of the loss function. Each new model focuses on correcting the errors of the combined ensemble.
Use Cases
Regression and classification tasks winning machine learning competitions handling structured data predictive analytics.
