Israelbliz's picture
Upload task_b_recommender
ec197ae verified
raw
history blame contribute delete
210 Bytes
"""Task B — Recommendation.
Given a user persona, recommend ranked items with reasoning. Handles
cold-start (no history) and cross-domain (recommend in domains the user
has not engaged with) explicitly.
"""