5
Using Trees for Predictive Analysis
Learning Objectives
By the end of this chapter, you will be able to:
- Understand the metrics used for evaluating the utility of a data model
- Classify datapoints based on decision trees
- Classify datapoints based on the random forest algorithm
In this chapter, we will learn about two types of supervised learning algorithm in detail. The first algorithm will help us to classify data points using decision trees, while the other algorithm will help us classify using random forests.
Introduction to Decision Trees
In decision trees, we have input and corresponding output in the training data. A decision tree, like any tree, has leaves, branches, and nodes. Leaves are the end nodes like a yes or no. Nodes ...
Get Artificial Intelligence and Machine Learning Fundamentals now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.