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
EXPERT
asked 4 years ago203 views
1 Answer
0
Accepted Answer

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
answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions