User-Personalization recipe
Important
We recommend using the User-Personalization-v2 recipe. It can consider up to 5 million items with faster training, and generate more relevant recommendations with lower latency.
The User-Personalization (aws-user-personalization) recipe is optimized for all personalized recommendation scenarios. It predicts the items that a user will most likely interact with. You might use User-Personalization to generate personalized movie recommendations for a streaming app or personalized product recommendations for a retail app.
With User-Personalization, Amazon Personalize generates recommendations primarily based on user item interaction data in an Item interactions dataset. It can also use any item and user metadata in your Items and Users datasets. For more information about the data it uses, see Required and optional datasets.
Topics
Recipe features
User-Personalization uses the following Amazon Personalize recipe features when generating item recommendations:
-
Real-time personalization – With real-time personalization, Amazon Personalize updates and adapts item recommendations according to a user's evolving interest. For more information, see Real-time personalization.
-
Exploration – With exploration, recommendations include new items or items with less interactions data. This improves item discovery and engagement when you have a fast-changing catalog, or when new items, such as news articles or promotions, are more relevant to users when fresh. For more information about exploration, see Exploration.
-
Automatic updates – With automatic updates, Amazon Personalize automatically updates the latest model (solution version) every two hours to consider new items for recommendations. For more information, see Automatic updates.
Required and optional datasets
To use the User-Personalization, you must create an Item interactions dataset and import at minimum 1000 item interactions. Amazon Personalize generates recommendations primarily based on item interaction data.
With User-Personalization, Amazon Personalize can use Item interactions data that includes the following:
-
Event type and event value data – Amazon Personalize uses event type data, such as click or watch event types, to identify user intent and interest through any patterns in their behavior. Also, you can use event type and event value data to filter records before training. For more information, see Event type and event value data.
-
Contextual metadata – Contextual metadata is interactions data you collect on the user's environment at the time of an event, such as their location or device type. For more information, see Contextual metadata.
-
Impressions data – Impressions are lists of items that were visible to a user when they interacted with (clicked, watched, purchased, and so on) a particular item. For more information, see Impressions data.
The following datasets are optional and can improve recommendations:
-
Users dataset – Amazon Personalize can use data in your Users dataset to better understand your users and their interests. You can also use data in a Users dataset to filter recommendations. For information about the user data you can import, see User metadata.
-
Items dataset – Amazon Personalize can use data in your Items dataset to identify connections and patterns in their behavior. This helps Amazon Personalize understand your users and their interests. You can also use data in a Items dataset to filter recommendations. For information about the item data you can import, see Item metadata.
Properties and hyperparameters
The User-Personalization recipe has the following properties:
-
Name –
aws-user-personalization
-
Recipe Amazon Resource Name (ARN) –
arn:aws:personalize:::recipe/aws-user-personalization
-
Algorithm ARN –
arn:aws:personalize:::algorithm/aws-user-personalization
For more information, see Choosing a recipe.
The following table describes the hyperparameters for the User-Personalization recipe. A hyperparameter is an algorithm parameter that you can adjust to improve model performance. Algorithm hyperparameters control how the model performs. Featurization hyperparameters control how to filter the data to use in training. The process of choosing the best value for a hyperparameter is called hyperparameter optimization (HPO). For more information, see Hyperparameters and HPO.
The table provides the following information for each hyperparameter:
-
Range: [lower bound, upper bound]
-
Value type: Integer, Continuous (float), Categorical (Boolean, list, string)
-
HPO tunable: Can the parameter participate in HPO?
Name | Description |
---|---|
Algorithm hyperparameters | |
hidden_dimension |
The number of hidden variables used in the model. Hidden variables recreate users'
purchase history and item statistics to generate ranking scores.
Specify a greater number of hidden dimensions when your Item interactions dataset includes more complicated patterns. Using more hidden
dimensions requires a larger dataset and more time to process. To
decide on the best value, use HPO. To use HPO, set
Default value: 149 Range: [32, 256] Value type: Integer HPO tunable: Yes |
bptt |
Determines whether to use the back-propagation through time
technique. Back-propagation through
time is a technique that updates weights in recurrent
neural network-based algorithms. Use Default value: 32 Range: [2, 32] Value type: Integer HPO tunable: Yes |
recency_mask |
Determines whether the model should consider the latest popularity
trends in the Item interactions dataset. Latest popularity trends might
include sudden changes in the underlying patterns of interaction
events. To train a model that places more weight on recent events,
set Default value: Range: Value type: Boolean HPO tunable: Yes |
Featurization hyperparameters | |
min_user_history_length_percentile |
The minimum percentile of user history lengths to include in model
training. History length is the
total amount of data about a user. Use
For example, setting Default value: 0.0 Range: [0.0, 1.0] Value type: Float HPO tunable: No |
max_user_history_length_percentile |
The maximum percentile of user history lengths to include in model
training. History length is the
total amount of data about a user. Use
For example, setting Default value: 0.99 Range: [0.0, 1.0] Value type: Float HPO tunable: No |
Item exploration campaign configuration hyperparameters | |
exploration_weight |
Determines how frequently recommendations include items with less item interaction data or relevance. The closer the value is to 1.0, the more exploration. At zero, no exploration occurs and recommendations are based on current data (relevance). For more information see CampaignConfig. Default value: 0.3 Range: [0.0, 1.0] Value type: Float HPO tunable: No |
exploration_item_age_cut_off |
Specify the maximum item age in days since the latest interaction across all items in the Item interactions dataset. This defines the scope of item exploration based on item age. Amazon Personalize determines an item's age based on its creation timestamp or, if creation timestamp data is missing, item interaction data. For more information how Amazon Personalize determines an item's age, see Creation timestamp data. To increase the items Amazon Personalize considers during exploration, enter a greater value. The minimum is 1 day and the default is 30 days. Recommendations might include items that are older than the item age cut off you specify. This is because these items are relevant to the user and exploration didn't identify them. Default value: 30.0 Range: Positive floats Value type: Float HPO tunable: No |
Training with the User-Personalization recipe (console)
To use the User-Personalization recipe to generate recommendations in the console, first train a new solution version using the recipe. Then deploy a campaign using the solution version and use the campaign to get recommendations.
Training a new solution version with the User-Personalization recipe (console)
-
Open the Amazon Personalize console at https://console.aws.amazon.com/personalize/home
and sign into your account. -
Create a Custom dataset group with a new schema and upload your dataset with impressions data. Optionally include CREATION_TIMESTAMP and Unstructured text metadata data in your Items dataset so Amazon Personalize can more accurately calculate the age of an item and identify cold items.
For more information on importing data, see Importing training data into Amazon Personalize datasets.
-
On the Dataset groups page, choose the new dataset group that contains the dataset or datasets with impressions data.
-
In the navigation pane, choose Solutions and recipes and choose Create solution.
-
On the Create solution page, for the Solution name, enter the name of your new solution.
-
For Solution type, choose Item recommendation to get item recommendations for your users.
-
For Recipe, choose aws-user-personalization. The Solution configuration section appears providing several configuration options.
-
In Additional configuration, if your Item interactions dataset has EVENT_TYPE or both EVENT_TYPE and EVENT_VALUE columns, optionally use the Event type and Event value threshold fields to choose the item interactions data that Amazon Personalize uses when training the model. For more information, see Choosing the item interaction data used for training.
-
Optionally configure hyperparameters for your solution. For a list of User-Personalization recipe properties and hyperparameters, see Properties and hyperparameters.
-
Choose Create and train solution to start training. The Dashboard page displays.
You can navigate to the solution details page to track training progress in the Solution versions section. When training is complete, the status is Active.
Creating a campaign and getting recommendations (console)
When your solution version status is Active you are ready to create your campaign and get recommendations as follows:
-
On either the solution details page or the Campaigns page, choose Create new campaign.
-
On the Create new campaign page, for Campaign details, provide the following information:
-
Campaign name: Enter the name of the campaign. The text you enter here appears on the Campaign dashboard and details page.
-
Solution: Choose the solution that you just created.
-
Solution version ID: Choose the ID of the solution version that you just created.
-
Minimum provisioned transactions per second: Set the minimum provisioned transactions per second that Amazon Personalize supports. For more information, see the CreateCampaign operation.
-
-
For Campaign configuration, provide the following information:
-
Exploration weight: Configure how much to explore, where recommendations include items with less item interaction data or relevance more frequently the more exploration you specify. The closer the value is to 1, the more exploration. At zero, no exploration occurs and recommendations are based on current data (relevance).
-
Exploration item age cut off: Enter the maximum item age, in days since the latest interaction, to define the scope of item exploration. To increase the number of items Amazon Personalize considers during exploration, enter a greater value.
For example, if you enter 10, only items with item interaction data from the 10 days since the latest interaction in the dataset are considered during exploration.
Note
Recommendations might include items without item interaction data from outside this time frame. This is because these items are relevant to the user's interests, and exploration wasn't required to identify them.
-
-
Choose Create campaign.
-
On the campaign details page, when the campaign status is Active, you can use the campaign to get recommendations and record impressions. For more information, see Step 5: Get recommendations in "Getting Started."
Amazon Personalize automatically updates your latest solution version every two hours to include new data. Your campaign automatically uses the updated solution version. For more information, see Automatic updates.
To manually update the campaign, you first create and train a new solution version using the console or the CreateSolutionVersion operation, with
trainingMode
set toupdate
. You then manually update the campaign on the Campaign page of the console or by using the UpdateCampaign operation.Note
Amazon Personalize doesn't automatically update solution versions you created before November 17, 2020.
Training with the User-Personalization recipe (Python SDK)
When you have created a dataset group and uploaded your dataset(s) with impressions data, you can train a solution with the User-Personalization recipe. Optionally include CREATION_TIMESTAMP and Unstructured text metadata data in your Items dataset so Amazon Personalize can more accurately calculate the age of an item and identify cold items. For more information on creating dataset groups and uploading training data see Creating schema JSON files for Amazon Personalize schemas.
To train a solution with the User-Personalization recipe using the AWS SDK
-
Create a new solution using the
create_solution
method.Replace
solution name
with your solution name anddataset group arn
with the Amazon Resource Name (ARN) of your dataset group.import boto3 personalize = boto3.client('personalize') print('Creating solution') create_solution_response = personalize.create_solution(name = '
solution name
', recipeArn = 'arn:aws:personalize:::recipe/aws-user-personalization', datasetGroupArn = 'dataset group arn
', ) solution_arn = create_solution_response['solutionArn'] print('solution_arn: ', solution_arn)For a list of aws-user-personalization recipe properties and hyperparameters, see Properties and hyperparameters.
-
Create a new solution version with the updated training data and set
trainingMode
toFULL
using the following code snippet. Replace thesolution arn
with the ARN of your solution.import boto3 personalize = boto3.client('personalize') create_solution_version_response = personalize.create_solution_version(solutionArn = '
solution arn
', trainingMode='FULL') new_solution_version_arn = create_solution_version_response['solutionVersionArn'] print('solution_version_arn:', new_solution_version_arn) -
When Amazon Personalize is finished creating your solution version, create your campaign with the following parameters:
-
Provide a new
campaign name
and thesolution version arn
generated in step 2. -
Modify the
explorationWeight
item exploration configuration hyperparameter to configure how much to explore. Items with less item interaction data or relevance are recommended more frequently the closer the value is to 1.0. The default value is 0.3. -
Modify the
explorationItemAgeCutOff
item exploration configuration hyperparameter parameter to provide the maximum duration, in days relative to the latest interaction, for which items should be explored. The larger the value, the more items are considered during exploration.
Use the following Python snippet to create a new campaign with an emphasis on exploration with exploration cut-off at 30 days. Creating a campaign usually takes a few minutes but can take over an hour.
import boto3 personalize = boto3.client('personalize') create_campaign_response = personalize.create_campaign( name = '
campaign name
', solutionVersionArn = 'solution version arn
', minProvisionedTPS = 1, campaignConfig = {"itemExplorationConfig": {"explorationWeight": "0.3
", "explorationItemAgeCutOff": "30
"}} ) campaign_arn = create_campaign_response['campaignArn'] print('campaign_arn:', campaign_arn)With User-Personalization, Amazon Personalize automatically updates your solution version every two hours to include new data. Your campaign automatically uses the updated solution version. For more information, see Automatic updates.
To manually update the campaign, you first create and train a new solution version using the console or the CreateSolutionVersion operation, with
trainingMode
set toupdate
. You then manually update the campaign on the Campaign page of the console or by using the UpdateCampaign operation.Note
Amazon Personalize doesn't automatically update solution versions you created before November 17, 2020.
-
Getting recommendations and recording impressions (SDK for Python (Boto3))
When your campaign is created, you can use it to get recommendations for a user and record impressions. For information on getting batch recommendations using the AWS SDKs see Creating a batch inference job (AWS SDKs).
To get recommendations and record impressions
-
Call the
get_recommendations
method. Change thecampaign arn
to the ARN of your new campaign anduser id
to the userId of the user.import boto3 rec_response = personalize_runtime.get_recommendations(campaignArn = '
campaign arn
', userId = 'user id
') print(rec_response['recommendationId']) -
Create a new event tracker for sending PutEvents requests. Replace
event tracker name
with the name of your event tracker anddataset group arn
with the ARN of your dataset group.import boto3 personalize = boto3.client('personalize') event_tracker_response = personalize.create_event_tracker( name = '
event tracker name
', datasetGroupArn = 'dataset group arn
' ) event_tracker_arn = event_tracker_response['eventTrackerArn'] event_tracking_id = event_tracker_response['trackingId'] print('eventTrackerArn:{},\n eventTrackingId:{}'.format(event_tracker_arn, event_tracking_id)) -
Use the
recommendationId
from step 1 and theevent tracking id
from step 2 to create a newPutEvents
request. This request logs the new impression data from the user’s session. Change theuser id
to the ID of the user.import boto3 personalize_events.put_events( trackingId = '
event tracking id
', userId= 'user id
', sessionId = '1', eventList = [{ 'sentAt': datetime.now().timestamp(), 'eventType' : 'click', 'itemId' : rec_response['itemList'][0]['itemId'], 'recommendationId': rec_response['recommendationId
'], 'impression': [item['itemId'] for item in rec_response['itemList']], }] )
Sample Jupyter notebook
For a sample Jupyter notebook that shows how to use the User-Personalization recipe,
see User Personalization with Exploration