How AWS personalize selects interactions when number of interactions is more than 500M?

0

According to the docs, the Maximum number of interactions that are considered by a model during training is 500M. What if I have more than 500M records in my interactions dataset? How does Amazon select 500M interactions among those to train a model? Does it consider the latest 500M interactions?

asked a year ago201 views
1 Answer
1

The most recent 500M interactions are used for training based on the TIMESTAMP column in the interactions dataset. This limit is also adjustable.

https://docs.aws.amazon.com/personalize/latest/dg/limits.html

AWS
James_J
answered a year 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