Skip to content

Custom binary decision tree implementation in Python (notebook). Example use on AIMA's restaurant dataset.

License

Notifications You must be signed in to change notification settings

AndrewSpittlemeister/Another-Decision-Tree-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Another-Decision-Tree-in-Python

  • Pure Python custom binary decision tree implementation (notebook) in an OOP manner.
  • Example use on AIMA's restaurant dataset.
  • Requires Numpy library.
  • Creates optimal decision tree structure for a given depth and training dataset.
    • Uses entropy minimization to define tree structure.
  • Contains rudimentary visualization methods.

About

Custom binary decision tree implementation in Python (notebook). Example use on AIMA's restaurant dataset.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published