Customer Churn Prediction

Customer Details
Services
Additional Features
Billing Information
Charges
{% if prediction %}

{% if prediction == 'Churn' %} {% else %} {% endif %} Prediction: {{ prediction }}

Probability: {{ (probability * 100) | round(2) }}%

{% if prediction == 'Churn' %} High risk of customer churn - consider retention strategies {% else %} Low risk of customer churn {% endif %}

{% endif %}