Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 390 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 390 Bytes

Decision Tree From Scratch Using If/Else Statements

The notebook will explore building a decision tree in the most basic way possible by using a series of if/else statements.

Many tutorials explain how to build a decision tree from scratch but often complicate the process. There are more optimal ways to build the model, however this notebook was created to increase interpretability.