/Decision-tree-post-pruning

Implementing decision tree using ID3 algorithm based on Information Gain and using post pruning for improving accuracy

Primary LanguagePython

Decision-tree-post-pruning

Implementing decision tree ID3 learning algorithm from scratch based on Information Gain heuristic and using post pruning for improving accuracy.