{{issue.domain|replace("&", "
")|safe}}
{{ issue.metric }} {{ issue.deviation }} {{ issue.description }} Show details

Description

When we perturb the content of feature “{{ issue.info.feature }}” with the transformation “{{ issue.info.transformation_fn.name }}” (see examples below), your model changes its prediction in about {{(issue.info.fail_ratio * 100)|round(1)|abs }}% of the cases. We expected the predictions not to be affected by this transformation.

Examples

{{ issue.examples(3).to_html(notebook=True) | safe }}