Decision Tree Pruning explained (Pre-Pruning and Post-Pruning)

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ธ.ค. 2024

ความคิดเห็น • 29

  • @wennie2939
    @wennie2939 3 ปีที่แล้ว +3

    The BEST explanation and code EVER! Thank you so much, Sebastian!

  • @AndrewCodeDev
    @AndrewCodeDev 4 ปีที่แล้ว +4

    Thank you very much for making these tutorials. Your visual presentation and general descriptions are great. I'll be watching out for future content!

  • @mansoorbaig9232
    @mansoorbaig9232 4 ปีที่แล้ว +2

    Great blog post Sebastian. I am glad I figured this.

  • @izb1275
    @izb1275 7 หลายเดือนก่อน

    Thanks for the tutorial finally I understand pre-pruning and post-pruning!

  • @affanahmedkhan7362
    @affanahmedkhan7362 2 หลายเดือนก่อน +1

    جزاکم اللہ خیرا بھائی

  • @gautamdawar5067
    @gautamdawar5067 3 ปีที่แล้ว +2

    Great tutorial and so structured! Amazing!

  • @madhurir9646
    @madhurir9646 3 ปีที่แล้ว +1

    Very Informative video. Thank you for sharing it helped to solve my machine learning assignment. Waiting for more conceptual videos.

  • @redforestx7371
    @redforestx7371 2 ปีที่แล้ว

    SUPERB EXPLANATION! THANK YOU!

  • @affanahmedkhan7362
    @affanahmedkhan7362 2 หลายเดือนก่อน +1

    Phenomenal job ❤❤❤❤❤

  • @eladiomendez8226
    @eladiomendez8226 ปีที่แล้ว

    Great explanation!

  • @maximebelloable
    @maximebelloable 4 ปีที่แล้ว +2

    Thank you so much! Great tutorial, it really helped me out for an exam

  • @syasyazuhaimi
    @syasyazuhaimi 3 ปีที่แล้ว

    may i know the difference between testing data and validation data?

  • @AkshayRaman97
    @AkshayRaman97 3 ปีที่แล้ว

    Great explanation! Earned a sub

  • @hopelesssuprem1867
    @hopelesssuprem1867 ปีที่แล้ว

    could you pls explain what type of pruning is it i.e. is it cost complexity pruning like in CART or something another and why did you decide to use this method?

    • @SebastianMantey
      @SebastianMantey  ปีที่แล้ว +1

      I am assuming you are referring to post-pruning: As I mention at 14:44, the process is called “Reduced Error Pruning”. And I used it simply because that’s the process that was described in the book I was using, namely “Fundamentals of Machine Learning for predictive data analytics”.

    • @hopelesssuprem1867
      @hopelesssuprem1867 ปีที่แล้ว

      @@SebastianMantey oo, thanks. Now I've understood everything.

  • @juanete69
    @juanete69 2 ปีที่แล้ว

    Do you do it with cross-validation?
    How? What happens if at each k-fold you get a different model?

    • @SebastianMantey
      @SebastianMantey  2 ปีที่แล้ว

      I’m assuming that you are referring to post-pruning:
      In this video, I just focus on the most basic use case of post-pruning where you build the tree with the training data, prune it with the validation data and then test it with the testing data.
      K-fold cross-validation is another technique on its own. It doesn’t really have something specifically to do with post-pruning. However, I think, you could also use it with post-pruning if you wanted to.

  • @lucutes2936
    @lucutes2936 2 หลายเดือนก่อน

    pessimistic vs optimistic pruning?

  • @minakshimathpal8698
    @minakshimathpal8698 3 ปีที่แล้ว

    thank you for this video

  • @rohan_barghare
    @rohan_barghare 4 ปีที่แล้ว

    nice explanation ..thanks!!!

  • @AA-yk8zi
    @AA-yk8zi 4 ปีที่แล้ว

    Thank you!!

  • @xiujiesong3095
    @xiujiesong3095 3 ปีที่แล้ว

    brilliant!