Skip to content

implementation of id3 algorithm for decision tree classification with post pruning

Notifications You must be signed in to change notification settings

myociss/decision_trees

Repository files navigation

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}

About

implementation of id3 algorithm for decision tree classification with post pruning

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages