Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 175 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 175 Bytes

Decision-tree-post-pruning

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