36
v1v2 (latest)

Understanding Gradient Boosting Classifier: Training, Prediction, and the Role of γjγ_j

Hung-Hsuan Chen
Main:6 Pages
4 Figures
Bibliography:1 Pages
4 Tables
Appendix:6 Pages
Abstract

The Gradient Boosting Classifier (GBC) is a widely used machine learning algorithm for binary classification, which builds decision trees iteratively to minimize prediction errors. This document explains the GBC's training and prediction processes, focusing on the computation of terminal node values γj\gamma_j, which are crucial to optimizing the logistic loss function. We derive γj\gamma_j through a Taylor series approximation and provide a step-by-step pseudocode for the algorithm's implementation. The guide explains the theory of GBC and its practical application, demonstrating its effectiveness in binary classification tasks. We provide a step-by-step example in the appendix to help readers understand.

View on arXiv
Comments on this paper