{% extends "layout.html" %} {% block title %}Runs{% endblock %} {% block body %}
run_id | owner | started_at | label | filter | #features | feature_selection | #features_used | #train | #test | #models |
---|---|---|---|---|---|---|---|---|---|---|
{{ r.run_id }} | {{ r.user.username }} | {{ r.started_at }} | {{ r.label }} | {{ r.filter }} | {{ r.features|wordcount }} | {% if r.selection_method %} {{ r.selection_method }} {% else %} - {% endif %} | {{ r.selected_features|wordcount }} | {{ r.n_train }} | {{ r.n_test }} | {{ r.mlmodel_set.values|length }} |