Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 346 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 346 Bytes

decision_trees

python implementation of the id3 learning algorithm for decision tree classification. also utilizes the post-pruning algorithm.

to run: python main.py L: integer (used in the post-pruning algorithm) K: integer (used in the post-pruning algorithm) to-print:{yes,no}