Skip to content

wtcordell/BinaryDecisionTree

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 50.2%
  • Jupyter Notebook 49.8%