AggregatedVariablesImpactExplanation - Amazon Fraud Detector

AggregatedVariablesImpactExplanation

The details of the impact of aggregated variables on the prediction score.

Account Takeover Insights (ATI) model uses the login data you provide to continuously calculate a set of variables (aggregated variables) based on historical events. For example, the model might calculate the number of times an user has logged in using the same IP address. In this case, event variables used to derive the aggregated variables are IP address and user.

Contents

eventVariableNames

The names of all the event variables that were used to derive the aggregated variables.

Type: Array of strings

Required: No

logOddsImpact

The raw, uninterpreted value represented as log-odds of the fraud. These values are usually between -10 to +10, but range from -infinity to +infinity.

  • A positive value indicates that the variables drove the risk score up.

  • A negative value indicates that the variables drove the risk score down.

Type: Float

Required: No

relativeImpact

The relative impact of the aggregated variables in terms of magnitude on the prediction scores.

Type: String

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: