Dear all,

We developed a context-aware content-based recommender system which computes recommendations by calculating the similarity between user profile and items description.

Given that the recommendations are built according to their descending cosine similarity scores (the higher the similarity, the better the recommendations), we evaluated the effectiveness of the recommender by adopting typical classification measures, as precision and recall.

In order to extend the evaluation of our system and to compare it with newer and better approaches, we would like to "shift" towards a recommendation model which predicts ratings, in order to evaluate it through more widespread measures such as RMSE and MAE.

How would you deal with this? How can we shift from a similarity score (e.g. 0,85) to a rating predicition (e.g. 4,21)? 

Thank you all!

More Cataldo Musto's questions See All
Similar questions and discussions