» {{ name|safe }}

{% for feature, values in categorical.items() %}

{{ feature }}
{% for value in values %} {{ value }}
{% endfor %} {% endfor %} {% for feature in numerical %}

{{ feature }}

{% endfor %}