Decision tree learning algorithm ID3 for classification
UW-Madison CS760 Homework
Scritp information:
- dt-learn: Command line running script
- dt-learn.py: main file to run decision tree learning and testing
- tree_node.py: a node class to store node information