Skip to content

Decision tree algorithm falls under the category of supervised learning. They can be used to solve both regression and classification problems

Notifications You must be signed in to change notification settings

bsathyamur/Classification-Decision-Tree-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Classification-Decision-Tree-Algorithm

Decision tree algorithm falls under the category of supervised learning. They can be used to solve both regression and classification problem. The algorithm is implemented by computing the entropy and information gain.

This program aims at implementing the decision tree algorithm without the use of scikitlearn or other python build packages for decision tree algorithm

About

Decision tree algorithm falls under the category of supervised learning. They can be used to solve both regression and classification problems

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published