How do you specify which data an Amazon Personalize model trains off of?

0

I have an interaction dataset that contains the following attributes: USER_ID, ITEM_ID, TIMESTAMP, COUNTRY, and DEVICE. I also have an event collection policy that collects the following attributes: USER_ID, ITEM_ID, SESSION_ID, EVENT_TYPE, COUNTRY, DEVICE, and WIDGET.

Is it possible to create an Amazon Personalize model using a smaller combination of these attributes only? For example: USER_ID, ITEM_ID, TIMESTAMP, and DEVICE.

AWS
EXPERT
demandé il y a 4 ans297 vues
1 réponse
0
Réponse acceptée

Yes, you can define the specific attributes that you want an Amazon Personalize model to train off by adding metadata fields to your dataset's schema.

Make sure that if you add your own metadata field of type string, it must include the categorical attribute or the textual attribute (only Items schemas support fields with the textual attribute). Otherwise, Amazon Personalize won't use the field when training a model.

For more information, see Datasets and schemas in the Amazon Personalize developer guide.

AWS
répondu il y a 4 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions

Contenus pertinents