/decision_tree_ID3

Decision tree learning algorithm ID3 for classification

Primary LanguageHTML

decision_tree_ID3

Decision tree learning algorithm ID3 for classification

UW-Madison CS760 Homework

Scritp information:

  1. dt-learn: Command line running script
  2. dt-learn.py: main file to run decision tree learning and testing
  3. tree_node.py: a node class to store node information