https://github.com/ahmedshahriar/telco-customer-churn-prediction-streamlit-app

This streamlit app predicts the churn rate using Gradient Boosting models (XGBoost, Catboost, LightGBM) on IBM Customer Churn Dataset

https://github.com/ahmedshahriar/telco-customer-churn-prediction-streamlit-app

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.8%) to scientific vocabulary

Keywords

binary-classification binary-classifiers data-science jupyter-notebook machine-learning pandas python scikit-learn sklearn stacking-ensemble streamlit streamlit-webapp
Last synced: 5 months ago · JSON representation

Repository

This streamlit app predicts the churn rate using Gradient Boosting models (XGBoost, Catboost, LightGBM) on IBM Customer Churn Dataset

Basic Info
Statistics
  • Stars: 3
  • Watchers: 2
  • Forks: 3
  • Open Issues: 0
  • Releases: 0
Topics
binary-classification binary-classifiers data-science jupyter-notebook machine-learning pandas python scikit-learn sklearn stacking-ensemble streamlit streamlit-webapp
Created over 4 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License

README.md

Telco Customer Churn Prediction Streamlit App

Live in Streamlit

Telco Customer Churn Prediction Streamlit

This app was featured in Streamlit Weekly Roundup

Install packages pip install requirements.txt

Requires pandas==1.3.3 numpy~=1.21.2 matplotlib==3.4.3 streamlit==0.88.0 xgboost==0.90 catboost==1.0.0 lightgbm==2.2.3 scikit-learn==1.0.1

To run this app streamlit run app.py

Dataset Source

GitHub Project Repository

View The Project

  • View the Project in Jupyter Notebook Html : Open in HTML

  • Open The GitHub Project in Binder : Open in Binder

View this notebook on kaggle

  1. Churn Prediction I : EDA+Statistical Analysis
  2. Churn Prediction II : Triple Boost Stacking+ Optuna

Owner

  • Name: Ahmed Shahriar Sakib
  • Login: ahmedshahriar
  • Kind: user
  • Location: Ontario, Canada
  • Company: @criticalml-uw

Software Engineer, an expert in web scraping & automation, data analytics, and machine learning. Kaggle Master.

GitHub Events

Total
  • Watch event: 1
  • Fork event: 1
Last Year
  • Watch event: 1
  • Fork event: 1

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

requirements.txt pypi
  • catboost ==1.0.0
  • lightgbm ==2.2.3
  • matplotlib ==3.4.3
  • numpy *
  • pandas ==1.3.3
  • scikit-learn ==1.0.1
  • streamlit ==0.88.0
  • xgboost ==0.90