Dashboard annotations

Résumé rapide. Les exports sortent depuis l'endpoint API.
Fichiers
candidates: {{ paths.candidates }}
annotations: {{ paths.annotations }}

{% for label, cnt in annotation_counts.items() %} {{ label }} {{ cnt }} {% endfor %} {% if annotation_counts|length == 0 %} Aucune annotation pour le moment. {% endif %}

Dernières annotations (preview)

Limite côté serveur. Utilisez l'export pour la totalité.
{% for r in annotations_preview %} {% endfor %}
id label score comment
{{ r.get('id','') }} {{ r.get('label','') }} {{ '%.3f'|format(r.get('anomaly_score',0.0) or 0.0) }} {{ r.get('comment','') }}