{% if uncertainty_score >= 0.9 %} Excellent uncertainty quantification with reliable prediction intervals. {% elif uncertainty_score >= 0.8 %} Good uncertainty quantification with mostly reliable intervals. {% elif uncertainty_score >= 0.7 %} Moderate uncertainty quantification with acceptable reliability. {% elif uncertainty_score >= 0.6 %} Fair uncertainty quantification with some reliability issues. {% else %} Limited uncertainty quantification with significant reliability concerns. {% endif %}