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.
-
Notifications
You must be signed in to change notification settings - Fork 0
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 )
rohanbaisantry/DecisionTreeClassifier-FromScratch
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published