This table shows model performance across different distribution shift scenarios.

{% if shift_scenarios is defined and shift_scenarios|length > 0 %} {% else %} {% endif %}
Shift Scenario Baseline Performance Target Performance Performance Gap Shift Magnitude Resilience Score
Loading shift results data...
Data not available from test results
Page 1 of 1
Average Gap: {% if performance_gap is defined %} {{ (performance_gap * 100)|round(1) }}% {% else %} Data not available {% endif %}
Max Gap: {% if max_gap is defined %} {{ (max_gap * 100)|round(1) }}% {% else %} Data not available {% endif %}
Overall Resilience: {% if resilience_score is defined %} {{ (resilience_score * 100)|round(1) }}% {% else %} Data not available {% endif %}
â„šī¸ Performance Gap represents the decrease in performance when shifting from baseline to target distribution. Lower values indicate better resilience.
📊 Shift Magnitude quantifies the statistical distance between baseline and target distributions. Higher values indicate more severe distribution shifts.