Skip to content

sagarsrc/telcom-churn-prediction-cs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

telcom-churn-prediction-cs

Churn prediction case study

  1. Converted ipynb files to html for ease of evaluation
  2. Report is present as pdf in the current directory
  3. Report highlights all the steps taken to solve this case study

Structure of repository:

./
├── README.md
├── Report.pdf
├── html
│   ├── 000_Undestanding_Problem.html
│   ├── 001_EDA_part1.html
...
├── notebooks
│   ├── 000_Undestanding_Problem.ipynb
│   ├── 001_EDA_part1.ipynb
│   ├── 002_EDA_part2.ipynb
│   ├── 003_EDA_part3.ipynb
│   ├── 004_feature_engineering.ipynb
│   ├── 005_feature_selection_classification.ipynb
│   ├── 006_feature_selection_regression.ipynb
│   ├── 007_modelling_classification_RandomForest.ipynb
│   ├── 008_modelling_classification_XgBoost.ipynb
│   ├── 009_modelling_regression_RandomForest.ipynb
│   ├── 010_modelling_regression_XgBoost.ipynb
│   └── Report.ipynb
└── problem-stmt

About

Churn prediction case study

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published