Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

DecisionTreeClassifier-FromScratch

A Decision Tree Classifier built from scartch in python 3 using the supervised learning methodology. The example here uses the iris data set, but you can load any dataset and it will run for that, just need to change the loading code. To run the program you just have to run the python file. ( Python DecisionTree_fromScratch.py )
to run this code as is you will need to have sklearn and numpy python libraries installed.

About

A Decision Tree Classifier built from scartch in python 3 using the supervised learning methodology. The example here uses the iris data set, but you can load any dataset and it will run for that, just need to change the loading code. To run the program you just have to run the python file. ( Python DecisionTree_fromScratch.py )

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages