{% if error %} {% elif not queried %}

Enter a user id to inspect their current top-K.

{% elif not items %}

No recommendations for user_id={{ user_id }}.

{% else %}

user_id={{ user_id }}

{% if fallback %} cold-start fallback {% endif %}
{% if show_category %} {% endif %} {% for item in items %} {% if show_category %} {% endif %} {% endfor %}
Current top-K recommendations for {{ user_id }}{% if fallback %}, using cold-start fallback{% endif %}
Rank ItemCategoryScore Source
{{ item.rank }} {{ item.item_id }}{{ item.category }}{{ item.score }} {{ item.source }}
{% endif %}