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}