This repository contains a logistic regression model for predicting telecom customer churn.
The purpose of this model is to predict whether a telecom customer is likely to churn or not, based on various features such as account weeks, contract renewal status, data plan usage, customer service calls, etc.
The model uses logistic regression for binary classification.
- Python 3.x
- scikit-learn
- pandas
- numpy
To use the model, follow these steps:
- Clone the repository to your local machine.
- Install the required dependencies using
pip install -r requirements.txt
. - Run the
telecom_prediction_model.py
script to load the model, preprocess data, and make predictions.