Gradient Boosting and XGBoost in Machine Learning: Easy Explanation for Data Science Interviews

Поделиться
HTML-код
  • Опубликовано: 1 дек 2024

Комментарии • 45

  • @PhucHoang-ng4vh
    @PhucHoang-ng4vh Год назад +25

    just read out loud, no explanation at all

  • @anand3064
    @anand3064 10 месяцев назад +6

    Beautifully written notes

  • @zhenwang5872
    @zhenwang5872 Год назад

    I usually watch Emma's video when I doing revision.

  • @jet3111
    @jet3111 Год назад +2

    Thank you for the very informative video. It came up at my interview yesterday. I also got a question on time series forecasting and preventing data leakage. I think it would great to have a video about it.

  • @Leo-xd9et
    @Leo-xd9et Год назад

    Really like the way you use Notion!

    • @emma_ding
      @emma_ding  Год назад

      Thanks for the feedback, Leo! I tried out a bunch of different presentation methods before this one, so I'm glad to hear you're finding this platform useful! 😊

  • @jennyhuang7603
    @jennyhuang7603 Год назад +3

    For 5:10, why the MSE delta r_i is Y-F(X) instead of 2*(Y-F(X))? or is the coefficent doesn't matter?

  • @annialevko5771
    @annialevko5771 Год назад +3

    Hi! I have a question, how does the parallel tree building work? Because based in the gradient boosting it needs to calculate the error from the previous model in order to create the new one, so I dont really understand in which way is this parallelized

    • @shashizanje
      @shashizanje 9 месяцев назад +1

      Its parallelized in such a way that , during formation of tree , it can work parallel....means it can work on multiple independent features parellaly to reduce the computation time....suppose if it has to find root node, it has to check information gain of every single independent feature and then decide which feature would be best for root node...so in this case instead of calculating information gain one by one, it can parallely calculate IG of multiple features....

  • @emma_ding
    @emma_ding  Год назад +5

    Many of you have asked me to share my presentation notes, and now… I have them for you! Download all the PDFs of my Notion pages at www.emmading.com/get-all-my-free-resources. Enjoy!

    • @SanuSatyam
      @SanuSatyam Год назад

      Thanks a lot. Can you please make a video on Time Series Analysis? Thanks in Advance!

  • @vishwamgupta-n6k
    @vishwamgupta-n6k Месяц назад

    Is there a link to this resource?

  • @MahdiShayanNasr
    @MahdiShayanNasr 6 месяцев назад +1

    An excellent video

  • @emmafan713
    @emmafan713 Год назад +4

    I am confused about the notation, so h_i is a function to predict r_i and r_i is the gradient of the loss function w.r.t the last prediction F(X). so h_i should be similar to r_i why h_i is similar to gradient of r_i

    • @Heinz3792
      @Heinz3792 8 месяцев назад +1

      I believe there is an error in this video. r_i is the gradient of the loss function w.r.t. the CURRENT F(X), i.e. F_i(X). The NEXT weak model h_i+1 is then trained to be able to predict r_i, the PREVIOUS residual. Alternatively all this could be written with i-1 instead of i, and i instead of i+1.
      TLDR: Emma should have called the first step "compute residual r_i-1", not r_i. And in the gradient formula, she should have written r_i-1.

  • @kandiahchandrakumaran8521
    @kandiahchandrakumaran8521 7 месяцев назад

    Excellent video Many thanks.
    Could you kindly make a video for time to event with survival SVM, RSF, or XGBLC?

  • @elvykamunyokomanunebo1441
    @elvykamunyokomanunebo1441 Год назад

    Hi Emma,
    I'm struggling to understand how to build a model on residuals:
    1) Do I predict the residuals and then get the mse of the residuals?
    What would be the point/use of that?
    2) Do I somehow re-run the model considering some factor that
    focuses on accounting for more of the variability e.g. adding more
    features(important features) which reduce mse/residual?
    Then re-running the model adding a new feature to account for
    remaining residual until there is no more reduction in mse/residual?

    • @poshsims4016
      @poshsims4016 Год назад

      Ask Chat GPT every question you just typed. Preferably GPT-4

    • @Heinz3792
      @Heinz3792 8 месяцев назад +1

      It's important to understand what the residual is. The residual is a vector giving a magnitude of the prediction error AND the direction, i.e. the gradient. Thus, regarding your questions:
      1) we predict the residual with a weak model, h, in order to know in what direction to move the prediction of the overall model F_i(X) so that it is reduced. We assume h makes a decent prediction, and thus we treat it like the gradient.
      2) we then calculate alpha, the regulation parameter, in order to know HOW FAR to move in the direction of the gradient which h provides. I.e., how much weight to give model h. Minimizing the loss function gives us this value, and keeps us from over or undershooting the step size.

  • @nihalnetha96
    @nihalnetha96 6 месяцев назад

    is there a way to get the notion notes?

  • @objectobjectobject4707
    @objectobjectobject4707 7 месяцев назад

    Okay subscribed !

  • @wallords
    @wallords Год назад

    How do you add L1 regularization to a tree???

  • @aaronsayeb6566
    @aaronsayeb6566 5 месяцев назад

    there is a mistake in the representation of algorithm. the equation for ri, L(Y, F(X)), and grad ri = Y-F(X) can't hold true at the same time. I think ri= Y-F(X) and grade ri should be something else (right?)

  • @ermiaazarkhalili5586
    @ermiaazarkhalili5586 Год назад +1

    Any chance to have slides?

    • @NguyenSon-ew9wn
      @NguyenSon-ew9wn Год назад +1

      Agree. Hope to have that note

    • @emma_ding
      @emma_ding  Год назад +1

      Yes! Download all the PDFs of my Notion pages at emmading.com/resources by navigating to the individual posts. Enjoy!

  • @riswandaayu5930
    @riswandaayu5930 Год назад

    Hallo Miss, thankyou for the knowledge, Miss can I request your file in this presentation ?

  • @JamesaGray-b1l
    @JamesaGray-b1l 2 месяца назад

    Lee Angela Garcia Richard Walker William

  • @MacadamMarcus-y1x
    @MacadamMarcus-y1x 2 месяца назад

    Jones William Martinez Melissa Brown Patricia

  • @MillDonald-g3p
    @MillDonald-g3p 2 месяца назад

    Thomas Jessica Harris Cynthia Wilson Timothy

  • @KarenPerez-w9d
    @KarenPerez-w9d 3 месяца назад

    Taylor Jeffrey Moore Cynthia Lopez Anthony

  • @WhittierElliot-f3b
    @WhittierElliot-f3b 2 месяца назад

    Moore Matthew Martinez Nancy White Timothy

  • @BurneJonesClaire-b1v
    @BurneJonesClaire-b1v 2 месяца назад

    Perez Paul Williams Donna Williams Paul

  • @LisaRamos-y4s
    @LisaRamos-y4s 2 месяца назад

    Jones Matthew Brown Jennifer Williams Angela

  • @JeffreyLopez-m2k
    @JeffreyLopez-m2k 2 месяца назад

    Young Linda Moore Kenneth Williams William

  • @WhittierElliot-f3b
    @WhittierElliot-f3b 2 месяца назад

    Jones Thomas Williams Jeffrey Anderson Patricia

  • @faisalsal1
    @faisalsal1 9 месяцев назад +2

    She just read the text with zero knowledge about the content. U no good.

  • @MaxPenelope-w4j
    @MaxPenelope-w4j 3 месяца назад

    Anderson Betty White Steven Smith Gary

  • @Susan-l5n7d
    @Susan-l5n7d 2 месяца назад

    Taylor Elizabeth Taylor Mary Davis Michelle

  • @ZollMisc-c1w
    @ZollMisc-c1w Месяц назад

    White Michael Lee Patricia Harris Linda

  • @redflipper992
    @redflipper992 Месяц назад

    If anyone wanted to read through a notion page full of notes, they could do it themselves, lady.

  • @SweetJeff-x7g
    @SweetJeff-x7g 2 месяца назад

    Anderson Kimberly Davis Gary Harris Shirley

  • @ThackerayAudrey-j5g
    @ThackerayAudrey-j5g Месяц назад

    Garcia Margaret Davis Kenneth Hall Linda

  • @MariaThomas-j1y
    @MariaThomas-j1y Месяц назад

    Johnson Paul Jones Margaret Perez Michelle