MussTayiz / Decision-Tree

Python implementation of Decision trees using ID3 algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

alt text

About

Python implementation of Decision trees using ID3 algorithm


Languages

Language:Python 100.0%