| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.FraudDetector.Types.ATIModelPerformance
Description
Documentation
data ATIModelPerformance Source #
The Account Takeover Insights (ATI) model performance score.
See: newATIModelPerformance smart constructor.
Constructors
| ATIModelPerformance' | |
Fields
| |
Instances
newATIModelPerformance :: ATIModelPerformance Source #
Create a value of ATIModelPerformance with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:asi:ATIModelPerformance', aTIModelPerformance_asi - The anomaly separation index (ASI) score. This metric summarizes the
overall ability of the model to separate anomalous activities from the
normal behavior. Depending on the business, a large fraction of these
anomalous activities can be malicious and correspond to the account
takeover attacks. A model with no separability power will have the
lowest possible ASI score of 0.5, whereas the a model with a high
separability power will have the highest possible ASI score of 1.0
aTIModelPerformance_asi :: Lens' ATIModelPerformance (Maybe Double) Source #
The anomaly separation index (ASI) score. This metric summarizes the overall ability of the model to separate anomalous activities from the normal behavior. Depending on the business, a large fraction of these anomalous activities can be malicious and correspond to the account takeover attacks. A model with no separability power will have the lowest possible ASI score of 0.5, whereas the a model with a high separability power will have the highest possible ASI score of 1.0