Reports

Training Report- {{ model_name }}
{% for report in train_report %} {% endfor %}
Class Precision Recall F1- Score
{{ report['class'] }} {{ report['precision'] }} {{ report['recall'] }} {{ report['f1-score'] }}
Validation Report- {{ model_name }}
{% for report in test_report %} {% endfor %}
Class Precision Recall F1- Score
{{ report['class'] }} {{ report['precision'] }} {{ report['recall'] }} {{ report['f1-score'] }}