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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠