Skip to content

aKostic91/ID3-Decision-Tree-Implemented-in-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%