{% for fw in expl.feature_importances.importances %} {% endfor %} {% if expl.feature_importances.remaining %} {% with fw = expl.feature_importances.importances|last %} {% endwith %} {% endif %}
Weight Feature
{% if fw.weight or fw.std %}{{ "%0.4f"|format(fw.weight) }}{% else %}0{% endif %} {% if not fw.std is none %} ± {{ "%0.4f"|format(2 * fw.std) }} {% endif %} {{ fw.feature|format_feature(fw.weight, hl_spaces) }}
… {{ expl.feature_importances.remaining }} more …