File size: 1,212 Bytes
c827764
f8da90e
 
ee616fa
 
c827764
f8da90e
c827764
 
ee616fa
f8da90e
c827764
 
f8da90e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
title: Customer Churn Survival Analysis
emoji: πŸ”
colorFrom: yellow
colorTo: indigo
sdk: gradio
sdk_version: 4.44.0
app_file: app.py
pinned: false
short_description: Customer Churn Prediction and Explainability
python_version: "3.12"
---

# πŸ” Customer Churn Survival Analysis

Complete analysis of churn risk using **XAI (SHAP)** and **Survival Analysis**.

## 🎯 Features

- **Explainable AI**: It explains *why* a customer has been classified as churner or non-churner, given the information present in the dataset
- **Survival Analysis**: It predicts *when* a customer is likely to churn and *how much* risk there is
- **Interactive Visualizations**: Plots shown with Gradio

## πŸš€ How to Use It

1. Choose between "Random Customer" or "Specific Customer"
2. Click on "Analyze Customer" 
3. Explore the results in 3 tabs: 
   - **XAI**: SHAP values
   - **Survival Analysis**: Risk timeline and Survival Probability Distribution through time
   - **Details**: Customer Feature Values

## πŸ› οΈ Models

- **XGBoost Classifier**: Churn Prediction 
- **Cox Proportional Hazards**: Survival analysis
- **SHAP**: Explainability

## πŸ“Š Dataset

Bank Customer Churn dataset with 200 test customers.