Skip to content

Customer Churn Prediction in Telecom Industry where customers are choose from a variety of service provider and actively switch from one to next. with the help of Machine Learning Classification Algorithm we are going to predict the churn.

Notifications You must be signed in to change notification settings

rbroshanpatel/Customer-Churn-Prediction-In-Telecom-Industry

Repository files navigation

Customer Churn Prediction in Telecom Industry

image

What is Customer Churn?

Customer churn is defined as when customers or subscribers discontinue doing business with a firm or service.

Customers in the telecom industry can choose from a variety of service providers and actively switch from one to the next. The telecommunications business has an annual churn rate of 15-25 percent in this highly competitive market.

Individualized customer retention is tough because most firms have a large number of customers and can't afford to devote much time to each of them. The costs would be too great, outweighing the additional revenue. However, if a corporation could forecast which customers are likely to leave ahead of time, it could focus customer retention efforts only on these "high risk" clients. The ultimate goal is to expand its coverage area and retrieve more customers loyalty. The core to succeed in this market lies in the customer itself.

Customer churn is a critical metric because it is much less expensive to retain existing customers than it is to acquire new customers.

To detect early signs of potential churn, one must first develop a holistic view of the customers and their interactions across numerous channels.As a result, by addressing churn, these businesses may not only preserve their market position, but also grow and thrive. More customers they have in their network, the lower the cost of initiation and the larger the profit. As a result, the company's key focus for success is reducing client attrition and implementing effective retention strategy.

Objectives:

  • Finding the % of Churn Customers and customers that keep in with the active services.
  • Analysing the data in terms of various features responsible for customer Churn
  • Finding a most suited machine learning model for correct classification of Churn and non churn customers.

Dataset:

https://www.kaggle.com/bhartiprasad17/customer-churn-prediction/data

The data set includes information about: Customers who left within the last month – the column is called Churn Services that each customer has signed up for – phone, multiple lines, internet, online security, online backup, device protection, tech support, and streaming TV and movies Customer account information – how long they’ve been a customer, contract, payment method, paperless billing, monthly charges, and total charges Demographic info about customers – gender, age range, and if they have partners and dependents

Implementation:

Libraries: sklearn, Matplotlib, pandas, seaborn, and NumPy

Few Glimpses:

1. Churn Distribution:

image 26.6 % of customers switched to another firm.

2. Churn Distribution with respect to gender:

image There is negligible difference in customer percentage/count who chnaged the service provider. Both genders behaved in similar fashion when it comes to migrating to another service provider/firm.

3. Customer Contact Distribution

image About 75% of customer with month-to-Month Contract opted to move out as compared to 13% of customrs with One Year Contract and 3% with Two Year Contract.

4. Payment Method

image

Customer payment method Distribution with respect to churn

image Major customers who moved out were having Electronic Check as Payment Method. Customers who opted for Credit-Card automatic transfer or Bank Automatic Transfer and Mailed Check as Payment Method were less likely to move out.

5. Internet Services

Several customers choose the Fiber optic service and it's also evident that the customers who use Fiber optic have high churn rate, this might suggest a dissatisfaction with this type of internet service. Customers having DSL service are majority in number and have less churn rate compared to Fibre optic service. image

6. Online Security

As shown in following graph, most customers churn due to lack of online security image

7. Senior Citizen

Most of the senior citizens churn; the number of senior citizens are very less in over all customer base. image

8. Paperless Billing

Customers with Paperless Billing are most likely to churn. image

9. Tech Support

As shown in following chart, customers with no TechSupport are most likely to migrate to another service provider. image

10. distribution w.r.t. Changes and Tenure

image image image Customers with higher Monthly Charges are also more likely to churn. New customers are more likely to churn.

Machine Learning Model Evaluation and Prediction

  • Logistic Regression: 0.791
  • Support Vector machine: 0.786
  • Random Foresrt: 0.781

Optimization

We could use Hyperparamete Tuning or Feature enginnering methods to improve the accuracy further.

About

Customer Churn Prediction in Telecom Industry where customers are choose from a variety of service provider and actively switch from one to next. with the help of Machine Learning Classification Algorithm we are going to predict the churn.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published