michaelghattas commited on
Commit
dbbe1ae
1 Parent(s): 243df29

Initial commit of churn prediction model and scaler

Browse files
Files changed (3) hide show
  1. README.md +9 -0
  2. churn_model.joblib +3 -0
  3. scaler.joblib +3 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ # Telco Customer Churn Prediction Model
2
+ This model predicts customer churn for telecom customers.
3
+
4
+ ## Model Details
5
+ - **Algorithm**: Random Forest Classifier
6
+ - **Accuracy**: 100.00%
7
+
8
+ ## Usage
9
+ Load the model and scaler using joblib.
churn_model.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98dddc8bf45af10c230fd87f1632abd7ab306367ea73ee5e9893ab0c8f065afe
3
+ size 411545
scaler.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da201a69f4da257bb56e0479bede464b4b12ea86c45f749975cf23c8536f9276
3
+ size 3135