unlabeledEventsTreatment
The action to take for unlabeled events.
Use
IGNOREif you want the unlabeled events to be ignored. This is recommended when the majority of the events in the dataset are labeled.Use
FRAUDif you want to categorize all unlabeled events as “Fraud”. This is recommended when most of the events in your dataset are fraudulent.Use
LEGITif you want to categorize all unlabeled events as “Legit”. This is recommended when most of the events in your dataset are legitimate.Use
AUTOif you want Amazon Fraud Detector to decide how to use the unlabeled data. This is recommended when there is significant unlabeled events in the dataset.
By default, Amazon Fraud Detector ignores the unlabeled data.