Visualization Tool
{% for (c, score) in class_data %} {% if c != select_op %}
{% else %}
{% endif %}
API {{ c }}:
{{ "%.2f" | format(score) }}
{% endfor %}