Definition
Gradient boosting is an ML technique that builds models sequentially, where each new model corrects the errors of the previous one. XGBoost, LightGBM, and CatBoost are popular implementations. It is often the best-performing algorithm for structured tabular data (such as spreadsheets and business databases), making it ideal for financial and operational predictions.
Related terms
EXPLORE