{% 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) }}
|
{% endfor %}
{% if expl.feature_importances.remaining %}
{% with fw = expl.feature_importances.importances|last %}