Implementing decision tree ID3 learning algorithm from scratch based on Information Gain heuristic and using post pruning for improving accuracy.
Deepesh-Rathore/Decision-tree-post-pruning
Implementing decision tree using ID3 algorithm based on Information Gain and using post pruning for improving accuracy
Python