Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 413 Bytes

File metadata and controls

4 lines (3 loc) · 413 Bytes

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