Did not understand performAutoML in Amazon Personalize

0

In the documentation it says that when performAutoML is set to true, amazon personalize analyzes your training data and selects the optimal USER_PERSONALIZATION recipe and hyperparameters. In this case, you must omit recipeArn.

  1. What does it mean by selecting the optimal USER_PERSONALIZATION recipe..are there multiple USER_PERSONALIZATION recipes? When looking at the documentation, it seemed like there was only one and we would use it's recipeArn while creating a solution.

  2. It also says AutoML lengthens the training process as compared to selecting a specific recipe. So what's the cost difference (approximately) if we set it to False vs True? Is it very significant?

asked 2 years ago242 views
1 Answer
2

Before the User-Personalization recipe was released, we had three (now legacy) recipes. These recipes are still available for use, but User-Personalization is the recommended recipe for most use cases, so AutoML now has limited value. It is difficult to estimate how much longer the training time will be, because each recipe is very different and will have a different training time, but the difference is significant.

AWS
S_Moose
answered 2 years ago
  • Okay, thanks got it.

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