{% extends 'timeseer.html' %} {% from 'macros.html' import bootstrap_icon, visualize_check_score, visualize_series_name, pagination %} {% from 'improve.html' import improve_menu with context %} {% block scripts %} {% endblock %} {% block styles %} {% endblock %} {% block menu %} {{ improve_menu(kpi.name) }} {% endblock %} {% block main %}
{{ score.short_help_text }} {{ bootstrap_icon('question-circle') }}
Evaluated over {{ score_distribution|map('last')|sum }} series:
{% if score.data_type == 'bool' %}{{ value }} | {{ count }} |
{{ score.name }} score | Bin start | Bin end | Number of time series | |
---|---|---|---|---|
{{ value }} - {{ value + 10 }} | {{ value }} | {{ value + 10 }} | {{ count }} |
Series name | Result {% if score.data_type != 'bool' %} (higher is better) {% endif %} | {% if event_frame_types|count > 0 %}Event frames | {% endif %}
---|---|---|
{{ visualize_series_name(series.name) }} | {{ visualize_check_score(value) }} {% if event_frame_types|count > 0 %}
|
{% endif %}