{{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
Hide 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 }}
{% if issue.info.p_value is not none %}
Significance
The hypothesis that the {{ issue.info.metric.name }} on the data slice was different with respect
to the rest of the data was asserted with p-value = {{ issue.info.p_value|format_metric }}.
{% endif %}
|