{% extends "base.html" %} {% block title %} {{ title }} {% endblock %} {% block content %}

Run Model

{% if results %}

Last 20 Results

{% for row in results %} {% endfor %}
Time Model Dataset Parameters Accuracy
{{ row.timestamp }} {{ row.model }} {{ row.dataset }} {{ row.parameters }} {{ row.accuracy }}
{% endif %}
{% endblock %}