{% extends 'timeseer.html' %} {% from 'help.html' import help_menu with context %} {% block menu %} {{ help_menu('Score documentation') }} {% endblock %} {% block main %}

Score documentation

The metadata checks are scored binary as simple OK / NOK flags per group. If any of the lowest level checks are NOK, then the corresponding group will also be scored NOK.
The scoring of the time-series quality checks is generally based on 2 different mechanisms: time- and count-based.
{% endblock %}