Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 884 Bytes

File metadata and controls

5 lines (3 loc) · 884 Bytes

Prediction-of-Customer-Churn-Rate-at-a-Bank-Using-PySpark

Customer Churn Rate is a metric used to measure the percentage of customer discontinuation of a service or product provided within a certain period of time. Usually the Churn Rate uses a monthly period. To calculate the Churn Rate, you can use the formula: Number of customers who quit divided by Total customers at the beginning of the month. This is something that companies must pay attention to because the Customer Churn Rate is an obstacle to growth. Aside from inhibiting the growth, loss of customers also means a loss of income (Revenue Churn Rate).

This repository contains scripts or source code about how to predict customer churn rate at a bank using PySpark. The features used in the prediction model include: profession, marital status, home ownership, response to marketing calls, and bank deposit status.