Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 463 Bytes

File metadata and controls

5 lines (5 loc) · 463 Bytes

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.