Giter Club home page Giter Club logo

telecome_churn_prediction_advance's Introduction

Project Name

Telecom Churn Prediction

Table of Contents

General Information

Overview Telecome is a very competitive market, exit barriers for customer are low. Loyalty depends on user experince and attractive offers. Industry experiences an average of 15-25% annual churn rate. Given the fact that it costs 5-10 times more to acquire a new customer than to retain an existing one, customer retention has now become even more important than customer acquisition. Retaining high profitable customers is the number one business goal.

Problem Statement To reduce customer churn, telecom companies need to predict which customers are at high risk of churn.

  • The goal is to build a predictive model that can predict the chrun propensity for a customer accurately.
  • Identify key features that indicates the customer behaviour to churn

Approach

  • Data understanding from data dictionary
  • Loading the selecting the relevent data for analysis
  • Data sanity check - check for duplicates, cardinality, format mismatch and missing values
  • Data cleaning - Use of appropriate strategy for imputing missing values and extreme/outlier values
  • EDA - Univariate, Segmented and Bi-variate analysis with Visualization
  • Feature Engineering - Using the termporal behavioural data creating new features to capture the change in behaviours like Rate of Change and Direction of Change, extrating features from date-time features
  • Data Preparation - Scaling of data
  • Model development experiments - 2 modeling approaches
    • Model development to understand the important features wrt target variable

      • Obtain Top K Feature Importance using Random Forest Mode
      • Use Logistic Regression to develop explinability using Feature Importance
    • Model development for accurate prediction

      • PCA is used for dimentionality reduction
      • Various algorithms will be fitted - Logistic Regression, Random Forest, XGBoost, LightGBM and Ensemble with Hyper-paramter Tuning
  • Conclusion

Conclusions

  • With good feature engineering of the temporal data the model prediction can be further imporved

  • Using Principal Componets for prediction has not resulted in higher prediction performance of the model even after hyper-parameter tuning compared to using raw features as is.

  • As for the explainablity concerned;

    • There is a clear pattern across last 3 months (month 6, 7, and 8) with respect to the call usage, data usage and recharge behaviour of the customer with higher probaility to churn
    • The customer with higher probability to churn exhibit following behaviour as per the data;
      • have reduced recharge amount and total recharge from month 6 to month 8
      • The Average Revenue Per User has significant drop from month 6 to 8
      • The customer with higher median Roaming calls (both incoming and outgoing) MOU has higher tendency to churn
      • Total outgoing call MOU also has significant drop from month 6 to 8
      • Customer who are with network for longer than 1000 days has low tendancy to churn
  • These features can be a good indicator for probability to churn

  • Recommendations

    • Offering discounts on Roaming Charges or special Roaming packages may prevent customer have high roaming usage
    • Offering special discounts on Month 7 and 8 on every recharge could help retaining the customer
    • Offering special packages to customer who are less than 1000 days old

Technologies Used

  • python - 3.10.1
  • pandas - 1.4.2
  • numpy - 1.21.5
  • matplotlib - 3.5.1
  • seaborn - 0.11.2
  • scikit-learn - 1.0.2
  • scipy - 1.7.3
  • statmodels - 0.13.1
  • imbalanced-learn - 0.9.0
  • xgboost - 2.0
  • lightgbm - 3.3.1

Acknowledgements

Give credit here.

  • This project was inspired by...
  • References if any...
  • This project was based on this tutorial.

Contact

Created by [@githubusername] - feel free to contact me!

telecome_churn_prediction_advance's People

Contributors

dhananjayabl avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.