ambika0203 / ID3-Algorithm

Decision Tree - ID3

Repository from Github https://github.comambika0203/ID3-AlgorithmRepository from Github https://github.comambika0203/ID3-Algorithm

ID3-Decision-Tree-Implemented-in-python

ID3 algorithm to implement decision tree.


Here i upload the two csv files containing data for training

Data read through the file through the pandas library and stored in the data frames

Algorithm is manipulating the dataframe through recursion, to train data.

Data structure dictionary is used to construct tree the keys in the dictionary are roots and the values are their childs.

Ali Haider Developer @Technisium Email: a.h459313@gmail.com

About

Decision Tree - ID3


Languages

Language:Python 100.0%