| Algorithm 2. Gradient boosting decision tree (GBDT) algorithm. |
|
Inputs: Training data set: Loss function (1) Initialize: (2) For m = 1, 2, …, M (a) For i = 1, 2, …, N, compute (b) Fit a regression tree to the targets giving terminal regions Rjm, j = 1, 2,…, Jm. (c) For j = 1, 2, …, Jm compute (d) Update Outputs: |