Churn Prediction with Logistic Regression
Learn how to build and train a logistic regression class to predict customer churn.
We'll cover the following
In this lesson, we will go through the steps to build a customer churn prediction model using logistic regression.
Logistic regression
Logistic regression is a supervised machine learning algorithm that predicts binary response variables. It models the probability of an event occurring. For example, it could predict the likelihood of being infected with COVID-19 (yes or no) or estimating whether a customer will continue to use a service (yes or no).
Logistic regression models the logarithm of the odds ratio, which is the log of the probability of the event occurring divided by the probability of the event not occurring. The range of the logit function is between
Here's the formula for logistic regression.
Get hands-on with 1400+ tech skills courses.