Why the amazon personalize -> getRecomendations always return the same items ID?

0

What can I do to make getRecommendations return different item values, perhaps somewhere to insert items already seen. The recipe is: aws-user-personalization.

Marcos
demandé il y a 2 mois72 vues
1 réponse
0

Hi Marcos,

To get different item IDs from Amazon Personalize's getRecommendations, especially using the aws-user-personalization recipe, consider:

  • Increasing the diversity of user-item interaction data fed into the model.
  • Adjusting exploration settings to introduce new or less popular items.
  • Using filters to exclude items already interacted with or seen by the user.
  • Regularly updating the model with new data to reflect changing preferences.
  • Experimenting with the PersonalizeRanking API for dynamic re-ranking based on current interactions.

These steps can help balance between leveraging known preferences and exploring new recommendations.

profile picture
répondu il y a un mois
profile picture
EXPERT
vérifié il y a un mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions