{% if error %}
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 %}| Rank | Item | {% if show_category %}Category | {% endif %}Score | Source |
|---|---|---|---|---|
| {{ item.rank }} | {{ item.item_id }} | {% if show_category %}{{ item.category }} | {% endif %}{{ item.score }} | {{ item.source }} |