Decision-Tree
Decision-Tree copied to clipboard
Python implementation of Decision trees using ID3 algorithm
trafficstars
Decision-Tree
Clone the directory
Open the terminal
Set the current directory
Run python decisiontree.py
The output will show the preorder traversal of the decision tree
