{% extends "base.html" %} {% block title %}Features ยท Run #{{ run.id }}{% endblock %} {% block content %}
Run #{{ run.id }}

Feature Browser

Features CSV Docs CSV Calc Stats Interpret More

Showing {{ page_obj.start_index }}-{{ page_obj.end_index }} of {{ page_obj.paginator.count }} features

{% for f in page_obj %} {% empty %} {% endfor %}
Index Label Description Snippet Max Act Actions
{{f.feature_index }} {{ f.label|default:"Unlabeled" }} {{ f.description|truncatechars:80 }} {{ f.max_activation|floatformat:2 }}
No features found matching your query.
{% if page_obj.has_other_pages %}
{% endif %} {% endblock %}