{% if resilience_score >= 0.9 %} Excellent resilience to distribution shifts with minimal performance degradation. {% elif resilience_score >= 0.8 %} Good resilience with limited performance degradation under distribution shifts. {% elif resilience_score >= 0.7 %} Moderate resilience with noticeable but acceptable performance degradation. {% elif resilience_score >= 0.6 %} Fair resilience with significant performance degradation under distribution shifts. {% else %} Limited resilience with substantial performance degradation under distribution shifts. {% endif %}