Recommendation Evaluation: Precision@k
In prep for my upcoming lecture, it is pretty straightforward how to demonstrate/discuss recommender systems via RM, though it's a bit unintuitive that we have to hand-enter item/user identification, but it's not the end of the world.
Having said that, in browsing the web for examples to provide, I noticed that there are times references to precision@k, but the only metrics that we get back as part of the performance operator are RMSE, MAE, and NMAE.
Is there an operator that is available to do this and I am just missing it, which is often the case on my end.
Having said that, in browsing the web for examples to provide, I noticed that there are times references to precision@k, but the only metrics that we get back as part of the performance operator are RMSE, MAE, and NMAE.
Is there an operator that is available to do this and I am just missing it, which is often the case on my end.
0
Best Answer
-
btibert Member, University Professor Posts: 146
Guru
Answers
Just in case, there is an extension (to install from the marketplace) called "Recommender" dedicated to recommender systems (...logic
In this extension, you have especially the operator Performance(Item Recommendation) which allows to calculate the precision@k...
Hope this will help in the future...
Regards,
Lionel