recommenders icon indicating copy to clipboard operation
recommenders copied to clipboard

How can I add Mean Average Precision metric?

Open ftcister opened this issue 2 years ago • 1 comments
trafficstars

Hello, I was reading several books on recommender systems and in the literature the mAP (Mean Average Precision) metric is used a lot and I wanted to know how I can implement it, in the tutorials and in the API only TopK Accuracy appears, I was wondering if anyone has already implemented mAP@K, thanks.

ftcister avatar Sep 27 '23 15:09 ftcister

It looks like you may use tfr.keras.metrics.MeanAveragePrecisionMetric.

rlcauvin avatar Oct 05 '23 21:10 rlcauvin