{% extends 'base.html' %} {% block title %}Classifier Report{% endblock %} {% block content %}
Metric | Score |
---|---|
Accuracy | {{ accuracy }} |
Precision | {{ precision }} |
Recall | {{ recall }} |
F1 Score | {{ f1 }} |
Cohen Kappa Score | {{ f1 }} |
Mathes Correlation Coefficient | {{ mcc }} |
The classifier was saved in {{ filename }}
{% endblock %}