Is Amazon Personalize relevant for non-session based activities ?

0

Is Amazon Personalize relevant for non-session based activities ? Let's say for example that I have a dataset consisting of a list of products used by customers. Eg

  • customer 1 consumes product A, B, C
  • customer 2 consumes product A and C
  • etc

This does not represent sessions. Is Amazon Personalize HRNN still relevant for this?

AWS
EXPERTE
gefragt vor 4 Jahren207 Aufrufe
1 Antwort
0
Akzeptierte Antwort

As long as you have User-Item-Timestamp records, you should be able to create a model. Event Type will allow you to differentiate the actions the user took against the items. For example, a user ET:Applied_for_A, or a user ET:Cancelled_B.

Additional information on the service are available in this GitHub Cheatsheet for Personalize.

MODERATOR
beantwortet vor 4 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen