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
EXPERTE
gefragt vor 4 Jahren297 Aufrufe
1 Antwort
0
Akzeptierte Antwort

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
beantwortet vor 4 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen