Skip to content

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 )

Notifications You must be signed in to change notification settings

rohanbaisantry/DecisionTreeClassifier-FromScratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages