Skip to content

Implementation of a decision tree algorithm from scratch

Notifications You must be signed in to change notification settings

JeyKJey/my_decision_tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Decision Tree

Implementation of a decision tree algorithm for classification from scratch.

Done:

  • Entropy
  • min_samples_split
  • DFS

TODO:

  • testing
  • Gini index
  • max_depth
  • pruning
  • BFS
  • splitter
  • Criterion as a class

About

Implementation of a decision tree algorithm from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages