Spaces:
Sleeping
Sleeping
Update churn_analysis.py
Browse files- churn_analysis.py +1 -2
churn_analysis.py
CHANGED
@@ -72,5 +72,4 @@ def predict(SeniorCitizen, Partner, Dependents, tenure,
|
|
72 |
"Prediction: STAY ✅": prediction_probs[0]
|
73 |
}
|
74 |
|
75 |
-
return prediction_label
|
76 |
-
|
|
|
72 |
"Prediction: STAY ✅": prediction_probs[0]
|
73 |
}
|
74 |
|
75 |
+
return prediction_label
|
|