{% extends "base.html" %} {% block content %}
Evaluation metrics and feature importance for your trained models
Higher = stronger influence. Low-importance columns can be dropped.
Happy? Go to Run, approve review_results, then click Run Pipeline to export.
Want to improve? Run aimodelground tune --trials 50 then re-run.
Compare runs: click another run button above, then append ?compare=run_001.
| Metric | {{ selected_run }} | {{ compare_run }} | Delta |
|---|---|---|---|
| {{ k }} | {% if va is not none %}{{ "%.4f" | format(va) }}{% else %}—{% endif %} | {% if vb is not none %}{{ "%.4f" | format(vb) }}{% else %}—{% endif %} | {% if va is not none and vb is not none %} {% set delta = vb - va %} {{ "%+.4f" | format(delta) }} {% else %}—{% endif %} |