October 2021
Intermediate to advanced
472 pages
11h 32m
English
This chapter covers
In chapter 3, we described the binary classification problem and used the logistic regression model to predict if a customer is going to churn.
In this chapter, we also solve a binary classification problem, but we use a different family of machine learning models: tree-based models. Decision trees, the simplest tree-based model, are nothing but a sequence of if-then-else rules put together. We can combine multiple decision trees into an ensemble to achieve better performance. We cover two tree-based ...
Read now
Unlock full access