Decision Tree
The decision tree is the classification algorithm in ML(machine learning). A decision tree is a decision support tool that uses a tree-like model of decisions and their possible consequences, including chance event outcomes, resource costs, and utility. It is one way to display an algorithm that only contains conditional control statements. To understand the algorithm of the decision tree we need to know about the classification. https://www.learnbay.co/data-science-course/blog-post/decision-tree/
444 views • 40 slides