Skip to content

Attempt to implement a decision tree in Python, in addition to learning more about how to use SKLearn's implementation.

Notifications You must be signed in to change notification settings

kurtrm/decision_tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Decision Tree

Implementation of a decision tree in Python, in addition to learning more about how to use SKLearn's implementation.

This will return a decision tree based on the gini impurity, the entropy method is a work in progress.

About

Attempt to implement a decision tree in Python, in addition to learning more about how to use SKLearn's implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published