Riteesh2k6 commited on
Commit
ac9abf3
Β·
verified Β·
1 Parent(s): 5b07b93

Add project README

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Customer Churn Prediction β€” Project Documentation
2
+
3
+ πŸ“„ **Full Document:** [Customer_Churn_Prediction_Model_Document.md](./Customer_Churn_Prediction_Model_Document.md)
4
+
5
+ ## Overview
6
+ Comprehensive project document for building a Customer Churn Prediction system using Adaptive Ensemble Machine Learning with Explainable AI.
7
+
8
+ ## Document Sections
9
+ 1. **Title** β€” Project framing and subtitle
10
+ 2. **Problem Statement** β€” Business context, technical challenges, and gaps
11
+ 3. **Idea of Solution** β€” Stacking ensemble architecture with 5 base models
12
+ 4. **Objectives** β€” Primary/secondary goals and success criteria
13
+ 5. **Literature Review & References** β€” 21 cited papers spanning 2016–2024
14
+ 6. **Dataset Understanding** β€” Audit of Telco (52 features) and Bank churn datasets
15
+ 7. **Proposed Methodology** β€” 7-phase pipeline from preprocessing to CLV scoring
16
+ 8. **Implementation Strategy** β€” Tech stack, 4-week timeline, code architecture
17
+ 9. **Experimental Design** β€” 5 experiments, 10 metrics, statistical rigor
18
+ 10. **Result Analysis** β€” Expected performance, SHAP analysis, business impact
19
+ 11. **Iterative Improvement** β€” 6 iterations from feature engineering to production
20
+
21
+ ## Key Datasets
22
+ - [Telco Customer Churn](https://hf.co/datasets/aai510-group1/telco-customer-churn) β€” 7,043 customers, 52 features
23
+ - [Bank Customer Churn](https://hf.co/datasets/tayaee/bank-customer-churn-prediction) β€” 12 features
24
+
25
+ ## Key Papers
26
+ - Stacking Ensemble (99.28% acc): [arXiv:2408.16284](https://hf.co/papers/2408.16284)
27
+ - XGBoost Temporal (1st/575 teams): [arXiv:1802.03396](https://hf.co/papers/1802.03396)
28
+ - Transformer Time-Series (AUC=0.858): [arXiv:2309.14390](https://hf.co/papers/2309.14390)