In this chapter, we're going to look at classification techniques with random forests. We're going to use scikit-learn, just like we did in the previous chapter. We're going to look at examples of predicting bird species from descriptive attributes and then use a confusion matrix on them.
Â
Here's a detailed list of the topics:
- Classification and techniques for evaluation
- Predicting bird species with random forests
- Confusion matrix