Skip to content

"From scratch" implementations of basic decision tree

Notifications You must be signed in to change notification settings

sansona/Decision-Tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Decision Tree:

Barebones decision tree classifier. Main limitations are that it works only on numerical features and only builds decisionnodes w/ one threshold condition per node.

Was not expecting to be as involved of a project as it turned out to be, but learned a lot about decision trees in the process and got practice using OOP, recursion, pdb, and actively considering computational complexity

About

"From scratch" implementations of basic decision tree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages