{% extends 'base.html' %} {% block page_title %} Training {% endblock page_title %} {% block alternative_h1 %}

Train the {% if model=="Naive_Bayes" %} Naive Bayes {% elif model == "Decision_Tree"%} Decision Tree Classifier {% endif %} machine

{% endblock alternative_h1 %} {% block alternative_p %} {% endblock alternative_p %} {% block alternative_body %}
{% endblock alternative_body %}