Jump to Content

Interface 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.

Hierarchy

  • AggregatedVariablesImpactExplanation

Properties

eventVariableNames?: string[]

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

logOddsImpact?: number

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.

relativeImpact?: string

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