| Algorithm 2: LogitBoost |
| Input: Dataset (Training) |
| 1. Initialize: = (b(i) + 1)/2, G() = 0, and p() = 0.5 |
| 2. For time = 1…..,T |
| 2.1a Calculate the working response as well as weights |
| = , |
| 2.1b Fit using weights |
| 2.1c Update G() ← G() + and |
| Output: G(a) = |
| Algorithm 2: LogitBoost |
| Input: Dataset (Training) |
| 1. Initialize: = (b(i) + 1)/2, G() = 0, and p() = 0.5 |
| 2. For time = 1…..,T |
| 2.1a Calculate the working response as well as weights |
| = , |
| 2.1b Fit using weights |
| 2.1c Update G() ← G() + and |
| Output: G(a) = |