{{issue.domain}} {{ issue.info.metric.name }} = {{ issue.info.metric_value_slice|format_metric }} (Global = {{ issue.info.metric_value_reference|format_metric }}) {{ issue.deviation }} {{ issue.description }} Show details

Description

For records in your dataset where {{ issue.domain }}, the {{ issue.info.metric.name|lower }} is {{ (issue.info.metric_rel_delta * 100)|round(1)|abs }}% {{ 'lower' if issue.info.metric_rel_delta < 0 else 'higher' }} than the global {{ issue.info.metric.name|lower }}.

Examples

{{ issue.examples(3).to_html(justify="left", notebook=True) | safe }}