November 2020
Beginner
392 pages
8h 16m
English
In the previous chapter, we covered some important concepts in classification models. We also built a naïve Bayes classifier from scratch, which is very important because it requires you to understand every aspect of the details.
In this chapter, we are going to dive into another family of statistical models that are also widely used in statistical analysis as well as machine learning: tree-based models. Tree-based models can be used for both classification tasks and regression tasks.
By the end of this chapter, you will have achieved the following:
Read now
Unlock full access