An open API service indexing awesome lists of open source software.

https://github.com/anas436/customer-churn-prediction-using-logistic-regression-with-python


https://github.com/anas436/customer-churn-prediction-using-logistic-regression-with-python

jupyterlab linear-models logistic-regression matplotlib metrics numpy pandas pylab python3 scikit-learn scipy sklearn

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Customer-Churn-Prediction-using-Logistic-Regression-with-Python

## Objectives

After completing this lab you will be able to:

* Use scikit Logistic Regression to classify
* Understand confusion matrix

In this notebook, you will learn Logistic Regression, and then, you'll create a model for a telecommunication company, to predict when its customers will leave for a competitor, so that they can take some action to retain the customers.

Table of contents





About the dataset


We will use a telecommunications dataset for predicting customer churn. This is a historical customer dataset where each row represents one customer. The data is relatively easy to understand, and you may uncover insights you can use immediately. Typically it is less expensive to keep customers than acquire new ones, so the focus of this analysis is to predict the customers who will stay with the company.

This data set provides information to help you predict what behavior will help you to retain customers. You can analyze all relevant customer data and develop focused customer retention programs.

The dataset 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 had 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