Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/karimosman89/customer-churn-prediction

Predict which customers are likely to stop using a service.Build a model to predict which customers are likely to stop using a service or product. This can help companies take proactive measures to retain customers.Provide actionable insights and retention strategies based on the model’s predictions.
https://github.com/karimosman89/customer-churn-prediction

matplotlib-pyplot pandas python scikit-learn seaborn

Last synced: 5 days ago
JSON representation

Predict which customers are likely to stop using a service.Build a model to predict which customers are likely to stop using a service or product. This can help companies take proactive measures to retain customers.Provide actionable insights and retention strategies based on the model’s predictions.

Awesome Lists containing this project

README

        

# Customer Churn Prediction
This project predicts customer churn using machine learning techniques.

## Overview
The goal is to identify customers likely to leave a service, allowing for targeted retention strategies.

## Dataset
- Source: [Kaggle - Telco Customer Churn](https://www.kaggle.com/datasets/blastchar/telco-customer-churn)

## Setup
Install dependencies:

pip install -r requirements.txt

## Usage
- Run the preprocessing script:

python src/preprocess.py


- Train the model:

python src/model.py

### Evaluation
The model is evaluated using:
- **Accuracy**
- **Precision**
- **Recall**
- **F1 Score**