/Id3-implementation

This python notebook implements the ID3 Decision tree algorithm from scratch.

Primary LanguageJupyter Notebook

This jupyter notebook implements the ID3 algorithm used for decision trees from scratch.

It is based on the explanation at this explanation at sefiks.com

Currently the entorpy and information gain functionality has been completed with furthur additions on the way..