Resilience Score

{{ "%.4f"|format(resilience_score) }}
Higher is better

Performance Gap

{{ "%.4f"|format(avg_performance_gap) }}
Lower is better

Distribution Shift

{{ "%.4f"|format(dist_shift|default(0)) }}
Feature distribution change
{% if most_affected_scenario %}

Most Affected Scenario

{{ most_affected_scenario }}
Worst performing
{% endif %}

Resilience Metrics Overview

Shows the key resilience metrics for the model, including resilience score and performance gap.

{% if charts.resilience_score_chart %}
Resilience metrics overview
{% else %}

No resilience metrics data available for visualization.

{% endif %}

Performance Comparison: Worst vs Remaining Samples

Compares model performance on the worst-affected samples vs. the remaining dataset. A smaller gap indicates better resilience.

{% if charts.performance_gap_chart %}
Performance gap analysis
{% else %}

No performance gap data available for visualization.

{% endif %}