Popularity-Count recipe - Amazon Personalize
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Popularity-Count recipe

Popularity-Count recommends the most popular items based your interactions data. The most popular items are the items with the most interactions data from unique users. The recipe returns the same popular items for all users. Popularity-Count is a good baseline for comparing with other recipes using the evaluation metrics Amazon Personalize generates when you create a solution version. For more information, see Evaluating a solution version with metrics.

After you create a solution version, make sure you keep your solution version and data up to date. With Popularity-Count, you must manually create a new solution version (retrain the model) for Amazon Personalize to consider new items for recommendations and update the model with your user’s most recent behavior. Then you must update any campaign using the solution version. For more information, see Maintaining recommendation relevance.

This predefined recipe has the following properties:

  • Nameaws-popularity-count

  • Recipe ARNarn:aws:personalize:::recipe/aws-popularity-count

  • Algorithm ARNarn:aws:personalize:::algorithm/aws-popularity-count

  • Feature transformation ARNarn:aws:personalize:::feature-transformation/sims

  • Recipe typeUSER_PERSONALIZATION

Popularity-Count has no exposed hyperparameters.