Model Details

{% for metric_name, details in evaluation_details.items %}

{{ metric_name }}

{# with details=metric.details #} {# if all_evaluations.PEAK_DRIFT #} {# with details=all_evaluations.PEAK_DRIFT.details #} {% for name, table in details.items %}

Model: {{ name }}

{% for heading in table.0 %} {% endfor %} {% for row in table|slice:"1:" %} {% for col in row %} {% endfor %} {% endfor %}
{{ heading }}
{{ col }}
{% endfor %} {# endwith #} {# endwith #} {# endif #} {% endfor %}

Model Details