How to get rid of popular items in the recommendation result of AWS Personalize

0

We are using AWS Personalize to generate frequently bought together recommendation for our products. The algorithms we are using are "Frequently bought together" from "E-commerce recommenders" and "aws-similar-items" recipe.

For both of them, there are popular items which have been returned together with the real recommendations. If I check the document in "https://docs.aws.amazon.com/personalize/latest/dg/native-recipe-similar-items.html", it says: "You can get recommendations for items that are similar to a cold item (an item with fewer than five interactions). If Amazon Personalize can't find the item ID that you specify in your recommendation request or batch input file, the recipe returns popular items as recommendations."

So, we are now wondering, is there a way to let AWS personlize stop returning the popular items for these two algorithms? We only want to show the real similar or frequently bought together recommendations not the popular ones.

yifan
已提問 1 年前檢視次數 309 次
1 個回答
0

Hello,

I understand that you would like to know if we can stop personalize solution from returning most popular items during recommendations.

Please note that as of now, personalize model has to return any recommendations for the given input. Hence, if sufficient user behavior data for an item isn't available, or if the specified item ID isn't found, the recipe returns popular items as recommendations.

To make sure popular items are not returned. It is recommended to add sufficient user behavior data and the specific items data so that we get item recommendations instead of general popular items data. Unfortunately, as of now we do not have any option to make sure that the personalize solution does not recommend popular data. It has to return recommendations data or popular items data.

AWS
支援工程師
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南