GeoffChurch / BinaryDecisionTree

ID3 decision tree in Python with chi-squared pruning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BinaryDecisionTree

ID3 decision tree in Python with chi-squared pruning

Run this program with:
python tree.py --maxSamples 1000 --maxAttrs 50 --maxPValue 0.05 --maxEntropy 0.2
or
python tree.py --help for more options.

See the .ipynb file for more information!

About

ID3 decision tree in Python with chi-squared pruning


Languages

Language:Python 50.2%Language:Jupyter Notebook 49.8%