Decision Tree from Scratch with Python
In this post, I am walking through how I create a decision tree from scratch with Python. I will explain every piece of the codes to try to make myself clear. Note that this article is not introducing the fundamentals of decision tree but instead focusing on how to turn the theory into reality. Without …