Writing a decision tree from scratch

Decision Trees are pretty cool. I started learning about DTs from Jeremy Howard’s ML course and found them fascinating. In order to gain deeper insights into DTs, I decided to build one from scratch. This notebook/blog-post is a summary of that exercise. I wanted to start blogging about DTs (and Data Science in general) once I became adept in the field, but after reading this FCC article I’ve decided to get into it early. So let’s get to it. ...

September 2, 2018