You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
About
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