In recommendation systems, the key metrics are Precision, Recall, and F1-score. These tell us how well the system suggests items users actually like.
Precision shows how many recommended items are truly relevant. Recall shows how many relevant items were found out of all possible relevant items. F1-score balances both.
We use these because recommendations must be both accurate (precision) and complete (recall) to keep users happy.