1- Decision Trees
This lesson will go over decision trees in more detail and provide the steps involved in their implementation.
We'll cover the following
Introduction to decision trees
Unlike an actual tree, the decision tree is displayed upside down with the “leaves” located at the bottom, or foot, of the tree. Each branch represents the outcome of a decision or variable, and each leaf node represents a class label such as “Go to the beach” or “Stay in.” Decision rules are subsequently marked by the path from the tree’s root to a terminal leaf node.
Get hands-on with 1400+ tech skills courses.