{% block content %}

Detailed Analysis

This section provides detailed metrics and performance analysis for each shift scenario.

Filter Scenarios

Baseline Performance
{% if base_score is defined and base_score is not none %} {{ (base_score * 100)|round(2) }}% {% else %} N/A {% endif %}
Performance on baseline distribution
Target Performance
{% if base_score is defined and base_score is not none %} {{ (base_score * 100)|round(2) }}% {% else %} N/A {% endif %}
Performance on target distribution
Performance Gap
{% if performance_gap is defined and performance_gap is not none %} {{ (performance_gap * 100)|round(2) }}% {% else %} N/A {% endif %}
Drop in performance due to distribution shift
Resilience Score
{% if resilience_score is defined and resilience_score is not none %} {{ (resilience_score * 100)|round(2) }}% {% else %} N/A {% endif %}
Normalized resilience to distribution shifts

Performance by Metric

{% include "report_types/resilience/components/tables/metrics_details_table.html" %}

Group Analysis

This analysis shows how different data groups or classes are affected by distribution shifts.

Sample-level Analysis

This analysis examines individual samples that are most affected by distribution shifts.

Sample ID Baseline Prediction Target Prediction Prediction Change Key Features Actions
Loading sample data...
{% endblock content %}