Decision Tree Classifier From Scratch | Coding Stream - Part 1

Decision Tree Classifier From Scratch | Coding Stream - Part 1

In this video I started implementing a decision tree classifier from scratch using Python, Numpy, and Graphviz. I wrote functions to construct the tree, print it, and show it as a graph, but I still need to refine it a bit and incorporate prediction.