{% extends "base.twig" %} {% block content %}

Classification errors

The system has an error rate of {{ '%0.2f' % (classification_error*100) }}%.

Errors by correct classification

{% for correct, wrongs_datasets in errors_by_correct_classification.items() %}

{{ correct }}

{% endfor %}

Errors by wrong classification

{% for correct, wrongs_datasets in errors_by_wrong_classification.items() %}

{{ correct }}

{% endfor %} {% endblock %}