Skip to content

Pragya321/customer-churn-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Customer Churn Prediction

A machine learning model to predict customer churn using Telco dataset and deployed using Streamlit.

Features

  • EDA and preprocessing
  • Model training (RandomForest, Logistic Regression, etc.)
  • Streamlit app for prediction
  • Deployed locally

How to Run

  1. Install dependencies:

    pip install -r requirements.txt
  2. Train the model:

    python train_model.py
  3. Run the app:

    streamlit run app.py

Dataset

Dataset used from Kaggle: Telco Customer Churn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published