Skip to content

nikhil-iyer-97/Decision-Tree-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Decision Tree Implementation

The project contains the source code needed to build a decision tree learning algorithm and classify new entries whether their salary is below 50K or above 50K. Details about more than 32000 people have been given in the dataset and the task is to build a decision tree and classify using a depth first search approach.

The tree node attributes have been assigned based on their information gain and the best attributes have been chosen for that particular node. Missing and continuous values have been taken care of in the algorithm.

About

Decision tree implementation in C++ to classify and predict salary of people using ID3 and C4.5 algorithms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published