{% extends "base.html" %} {% load static %} {% block title %}Explorer · PRISM△ {% endblock %} {% block content %}
| Training Run | Dataset | Interpreted Features | Models | |
|---|---|---|---|---|
|
Run #{{ run.id }}
{{ run.created_at|date:"d M Y" }}
|
{{ run.dataset.name }} |
{% if run.interpreted_count > 0 %}
{{ run.interpreted_count }}
labeled
{% else %}
Not interpreted yet
{% endif %}
|
k={{ run.k_sparsity }} | {% if run.interpreted_count > 0 %} Explore Features {% else %} Start Interpret {% endif %} |
|
Nessuna run completata disponibile per l'analisi. Vai ai Training |
||||