User Profile id: {{ user_id }} (in cluster: {{ cluster }})
Average rating: {{ avg_rating|floatformat:2 }} / 10 - Rated {{ film_count }} movies
Personalised recommendations
Collaborative-based recs:
Matrix factorization Collaborative-based recs:
Users similar to user {{ user_id }}
Recent Log
{% for row in logs %}
{{row.content_id}} | {{ row.event }} | {{ row.created }}
{% endfor %}