SandyTheAdventurer commited on
Commit
3b8ac3d
·
verified ·
1 Parent(s): 27000d7

Update README.md for hosting

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -1,3 +1,11 @@
 
 
 
 
 
 
 
 
1
  # Predicting Telco Customer Churn using IBM dataset
2
 
3
  This project applies machine learning techniques to predict customer churn using a dataset containing customer behavior and subscription details. The aim is to identify customers likely to leave a service and gain insights through model interpretability using SHAP values.
@@ -35,4 +43,4 @@ The notebook performs the following tasks:
35
  - Scikit-learn
36
  - SHAP
37
 
38
- > **Note:** The file data.csv is the dataset got from Kaggle [telco-customer-churn](https://www.kaggle.com/datasets/blastchar/telco-customer-churn)
 
1
+ ---
2
+ title: PredictingCustomerChurn
3
+ sdk: gradio
4
+ emoji: 🚀
5
+ colorFrom: red
6
+ colorTo: yellow
7
+ short_description: A model for predicting telecom churn
8
+ ---
9
  # Predicting Telco Customer Churn using IBM dataset
10
 
11
  This project applies machine learning techniques to predict customer churn using a dataset containing customer behavior and subscription details. The aim is to identify customers likely to leave a service and gain insights through model interpretability using SHAP values.
 
43
  - Scikit-learn
44
  - SHAP
45
 
46
+ > **Note:** The file data.csv is the dataset got from Kaggle [telco-customer-churn](https://www.kaggle.com/datasets/blastchar/telco-customer-churn)