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

Select Classifiers

  Toggle all

{% for cl in ESTIMATORS[0] %} {%if loop.index0 in BOLD_CL %} {% else %} {% endif %} {% endfor %}

Select Preprocessors

  Toggle all

{% for pr in PREPROCESSORS[0] %} {% if pr == "no_preprocessing" %} {% else %} {% endif %} {% endfor %}

{% if TASK=="classification" %}

Meta Data Reccomendation: {{REC}}

{% include "base_results.html" %}
{% endif %}

{% endblock %}