fritzwill / 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fritzwill/decision-tree Stargazers