{% if type == "robustness" or type == "model" %} {% endif %}
Rank Feature {% if type == "robustness" %} Robustness Importance {% elif type == "model" %} Model Importance {% else %} Importance Score {% endif %} In Optimal Subset
Loading feature data...
Page 1 of 1
{% if type == "robustness" %}

Features with higher robustness importance scores have greater impact on model performance when perturbed. Features in the optimal subset are highlighted.

{% elif type == "model" %}

Features with higher model importance scores have greater influence on the model's predictions according to the model's internal metrics. Features in the optimal subset are highlighted.

{% endif %}