├── Churn Analysis - EDA.ipynb ├── Churn Analysis - Model Building.ipynb ├── Customer Churn Knowledge.py ├── LICENSE ├── Pages └── prediction.py ├── WA_Fn-UseC_-Telco-Customer-Churn.csv ├── churm analysis.pbix ├── first_telc.csv ├── model.sav └── tel_churn.csv /Churn Analysis - EDA.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rohanmistry231/Customer-Churn-Analysis-and-Classification/HEAD/Churn Analysis - EDA.ipynb -------------------------------------------------------------------------------- /Churn Analysis - Model Building.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rohanmistry231/Customer-Churn-Analysis-and-Classification/HEAD/Churn Analysis - Model Building.ipynb -------------------------------------------------------------------------------- /Customer Churn Knowledge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rohanmistry231/Customer-Churn-Analysis-and-Classification/HEAD/Customer Churn Knowledge.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rohanmistry231/Customer-Churn-Analysis-and-Classification/HEAD/LICENSE -------------------------------------------------------------------------------- /Pages/prediction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rohanmistry231/Customer-Churn-Analysis-and-Classification/HEAD/Pages/prediction.py -------------------------------------------------------------------------------- /WA_Fn-UseC_-Telco-Customer-Churn.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rohanmistry231/Customer-Churn-Analysis-and-Classification/HEAD/WA_Fn-UseC_-Telco-Customer-Churn.csv -------------------------------------------------------------------------------- /churm analysis.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rohanmistry231/Customer-Churn-Analysis-and-Classification/HEAD/churm analysis.pbix -------------------------------------------------------------------------------- /first_telc.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rohanmistry231/Customer-Churn-Analysis-and-Classification/HEAD/first_telc.csv -------------------------------------------------------------------------------- /model.sav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rohanmistry231/Customer-Churn-Analysis-and-Classification/HEAD/model.sav -------------------------------------------------------------------------------- /tel_churn.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rohanmistry231/Customer-Churn-Analysis-and-Classification/HEAD/tel_churn.csv --------------------------------------------------------------------------------