Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.72 KB

01-churn-project.md

File metadata and controls

42 lines (26 loc) · 1.72 KB

3.1 Churn prediction project

Slides

Notes

The project aims to identify customers that are likely to churn or stoping to use a service. Each customer has a score associated with the probability of churning. Considering this data, the company would send an email with discounts or other promotions to avoid churning.

The ML strategy applied to approach this problem is binary classification, which for one instance can be expressed as:

In the formula, yi is the model's prediction and belongs to {0,1}, being 0 the negative value or no churning, and 1 the positive value or churning. The output corresponds to the likelihood of churning.

In brief, the main idea behind this project is to build a model with historical data from customers and assign a score of the likelihood of churning.

For this project, we used a Kaggle dataset.

⚠️ The notes are written by the community.
If you see an error here, please create a PR with a fix.

Navigation