Skip to content

heisenbuug/Decision-Tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Decision-Tree

Supervised Learning: Decision Tree Algorithm

Decision tree is the most powerful and popular tool for classification and prediction. A Decision tree is a flowchart like tree structure, where each internal node denotes a test on an attribute, each branch represents an outcome of the test, and each leaf node (terminal node) holds a class label.

Technologies Used

  • Python
  • Anaconda
  • Jupyter Notebooks
  • Numpy