Configuring Solution : Filtering multiple event types in Amazon Personalize

0

When configuring a solution, how do we specify that we want to include multiple event types during training? In our dataset, we have three event types "STARTED", "PARTIALLYWATCHED", "COMPLETED". We only want to include "PARTIALLYWATCHED" and "COMPLETED" during training.

In the console, we tried giving it in the following ways:

  • PARTIALLYWATCHED,COMPLETED
  • PARTIALLYWATCHED|COMPLETED

But the solution version failed and we got the following error: **"Dataset has fewer than 1000 interactions after filtering by event type: PARTIAL|COMPLETED". ** However, in our interactions dataset, we have around 7000 interactions with event types "PARTIALLYWATCHED" and "COMPLETED".

How do we specify that we want to include multiple event types during training when creating a solution?

已提問 2 年前檢視次數 373 次
1 個回答
1

Currently you can only create a solution that trains on interactions for all event types (i.e., do not specify an event type) or train on interactions for a single event type. You cannot specify more than one event type when creating a solution. To support the use case you described, you would have to create an interactions dataset that only includes interactions for PARTIALLYWATCHED and COMPLETED event types and then create a solution that trains on all event types.

AWS
James_J
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南