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?

1 Answers1

0

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

James J
  • 621
  • 3
  • 6