This project contains Python implementation of Decision Trees
For Iris dataset the task was to print steps for every split in the decision tree. The Project was divided in 2 parts -
- Print the Decision tree.
- Decision Tree Implementation: Building actual decision tree for the dataset and then printing it.