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
feita há 2 meses72 visualizações
1 Resposta
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
respondido há um mês
profile picture
ESPECIALISTA
avaliado há um mês

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas