No metrics available for this report.
{% endfor %}| # | User ID | Item ID | Score | Similar Items |
|---|---|---|---|---|
| {{ loop.index }} | {{ row.user_id }} | {{ row.item_id }} | {{ "%.4f" | format(row.score) }} | {% for sim_id in row.get('similar_items', []) %} {{ sim_id }} {% else %} — {% endfor %} |
No predictions available for this report.
{% endif %}No prediction scores for this report.
{% endif %}No item embeddings supplied for this report.
{% endif %}No item embeddings supplied for this report.
{% endif %}