Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 170 Bytes

File metadata and controls

2 lines (2 loc) · 170 Bytes

decision-tree

Python 3 implementation of decision trees using the ID3 and C4.5 algorithms. ID3 uses Information Gain as the splitting criteria and C4.5 uses Gain Ratio