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

Select Metric

{% for mt in METRICS %} {% if mt==pre_metric %} {% else %} {% endif %} {% endfor %}

{% if TASK=="classification" %}

Use SMOTE(for imbalanced dataset)

Majority Class: {{mx_key}}( {{classes[mx_key]}} samples)

Enter Smote Ratio(Relative to majority class)

{% for cl in classes.keys() %}
{% endfor %}

Imbalanced Dataset: {{ratio|string}}

{% endif %}
Target Class

{% endblock %}