In this repo, I have developed binary decision tree from scratch using Python.
Everything has been developed from scratch. No packages have been used to buid decision tree.
- Implemented the decision tree of given depth size.
- Implemented performance matrix calculation for each depth
- It will work when all the attributes are categorical
- It will work for Binary classifier only