An implementation of decision tree construction.
For now the only algorithm supported is ID3 (for both nominal and continuous features).
Information Gain
and Gain Ration
functions can be selected for the algorithm to use.
smhash78/decision-tree-implementation
An implementation of decision tree construction. For now the only algorithm supported is ID3 (for both nominal and continuous features).
Jupyter Notebook