Gradient Boost Part 2 - Regression Details

Gradient Boost Part 2 - Regression Details

StatQuest with Josh Starmer via YouTube Direct link

The sum on the left hand side should be in parentheses to make it clear that the entire sum is multiplied by 1/2, not just the first term.

11 of 15

11 of 15

The sum on the left hand side should be in parentheses to make it clear that the entire sum is multiplied by 1/2, not just the first term.

Class Central Classrooms beta

YouTube videos curated by Class Central.

Classroom Contents

Gradient Boost Part 2 - Regression Details

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Awesome song and introduction
  2. 2 Step 0: The data and the loss function
  3. 3 Step 1: Initialize the model with a constant value
  4. 4 Step 2: Build M trees
  5. 5 Step 2.A: Calculate residuals
  6. 6 Step 2.B: Fit a regression tree to the residuals
  7. 7 Step 2.C: Optimize leaf output values
  8. 8 Step 2.D: Update predictions with the new tree
  9. 9 Step 2: Summary of step 2
  10. 10 Step 3: Output the final prediction
  11. 11 The sum on the left hand side should be in parentheses to make it clear that the entire sum is multiplied by 1/2, not just the first term.
  12. 12 . It should be R_jm, not R_ij.
  13. 13 , the leaf in the script is R_1,2 and it should be R_2,1.
  14. 14 . With regression trees, the sample will only go to a single leaf, and this summation simply isolates the one output value of interest from all of the others. However, when I first made this video I …
  15. 15 , the header for the residual column should be r_i,2.

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.