{% extends "base.html" %} {% block title %}iSmartML{% endblock %} {% block head %} {{ super() }}
{% endblock %} {% block content %}
{{dropped_msg}}

Select Target Feature

{% for ft in FEATURES %} {% if loop.last %} {% else %} {% endif%} {% endfor %}

Select Features To Keep

  Toggle all

{% for ft in FEATURES %} {% endfor %}

{% endblock %}