{% if type == "bar" or type == "radar" or type == "heatmap" %}
{% endif %}
{% if type == "scatter" %}
{% endif %}
{% if type == "ranking" %}
{% endif %}
{% if type == "bar" %}
📊
This chart compares model importance vs. robustness importance for top features.
{% elif type == "scatter" %}
📊
Features in the upper-right quadrant have both high model importance and high robustness.
{% elif type == "radar" %}
📊
The radar chart shows the relative importance profiles for top features.
{% elif type == "heatmap" %}
📊
This heatmap shows intensity of importance across features and importance types.
{% elif type == "ranking" %}
📊
This chart highlights features with the biggest discrepancy between model importance and robustness importance rankings.
{% endif %}