ID3 algorithm to implement decision tree.
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