Understanding Decision Trees (CART) in Machine Learning — Part 2: Coding from Scratch using NumPy

Bennett Cohen
Aug 4, 2022

--

I was initially going to do this as a blog series (as with my Neural Network blogs), but I decided I might be better at teaching it through video. . . so that’s what I did.

This is Part 2, where I build a CART algorithm to solve the Pima Diabetes Dataset. I suggest you follow along!

LINK: https://www.youtube.com/watch?v=TDkZev5xjfg

or

Check out Part 1 here

(image for headline)

--

--