Result

{% if prediction_result == 0 %}
The patient is fit.
{% else %}
The patient is not fit.
{% endif %}

The predicted result is: {{ prediction_result }}




Back to Home