Отчет по обучению {{ content['meta']['model_name'] }}, {{ content['meta']['st_ticket'] }}

Общая информация

{% for name, value in content['meta'].items() %} {% endfor %}
{{ name }} {{ value }}

Метрики

{% for metric in content['metric_names'] %} {% endfor %} {% for basket, metrics in content['metrics'].items() %} {% for metric in content['metric_names']%} {% endfor %} {% endfor %}
{{ metric }}
{{ basket }}{{ metrics[metric] }}

Подбор порога

{{ content['plots']['threshold'] }}

Матрицы ошибок

{{ content['plots']['train'] }}
train
{{ content['plots']['val'] }}
val
{{ content['plots']['accept'] }}
accept

Срабатывания на годовых логах: {{ content['logs']['year_matches'] }}

{% for intent_stat in content['logs']['year_logs_stats'] %} {% endfor %}
Интент Частота Примеры
{{ intent_stat['intent'] }} {{ intent_stat['cnt'] }} {{ "
".join(intent_stat['examples']) }}

Срабатывания на недельных ({{ content['meta']['week'] }}) логах: {{ content['logs']['week_matches'] }}

{% for intent_stat in content['logs']['week_logs_stats'] %} {% endfor %}
Интент Частота Примеры
{{ intent_stat['intent'] }} {{ intent_stat['cnt'] }} {{ "
".join(intent_stat['examples']) }}