{% if not dataframe.test_mode: %} {% if dataframe.page_layout == 'widescreen': %} {% else %} {% endif %} {% else %} {% if dataframe.page_layout == 'widescreen': %} {% else %} {% endif %} {% endif %}
{% if layout.show_logo %}
{{ version }}
AUTO EDA by GML (Powered by SweetViz)
{% endif %} {{ dataframe.dataframe_summary_html }}
{% if dataframe._target is not none: %}
{{ dataframe._target.html_summary }}
{% endif %} {% for item in dataframe._features.values() %}
{{ item.html_summary }} {% if dataframe.page_layout == 'vertical': %} {{ item.html_detail }} {% endif %}
{% endfor %}
{% if dataframe.page_layout == 'widescreen': %}
{% if dataframe._target is not none: %} {{ dataframe._target.html_detail }} {% endif %} {% if dataframe.associations_html_source is not none: %} {{ dataframe.associations_html_source }} {% endif %} {% if dataframe.associations_html_compare is not none: %} {{ dataframe.associations_html_compare }} {% endif %} {% if dataframe._target is not none: %} {{ dataframe._target.html_detail }} {% endif %} {% for item in dataframe._features.values() %} {{ item.html_detail }} {% endfor %}
{% endif %}