Content-based filtering recommends items similar to what a user liked before. The key metric is Precision. This tells us how many recommended items are actually relevant to the user. High precision means the system suggests mostly things the user will like, avoiding annoying wrong suggestions.
Recall is also important. It measures how many of the relevant items the system finds. High recall means the system finds many good matches, not missing useful recommendations.
Balancing precision and recall is important. The F1 score combines both into one number to check overall quality.