Skip to content

Tutorial on building a decision tree from scratch using a series of if/else statements.

Notifications You must be signed in to change notification settings

bradklassen/Decision_Tree_If_Else

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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.

About

Tutorial on building a decision tree from scratch using a series of if/else statements.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published