| 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.TFIModelPerformance
Description
Documentation
data TFIModelPerformance Source #
The Transaction Fraud Insights (TFI) model performance score.
See: newTFIModelPerformance smart constructor.
Constructors
| TFIModelPerformance' | |
Instances
newTFIModelPerformance :: TFIModelPerformance Source #
Create a value of TFIModelPerformance 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:auc:TFIModelPerformance', tFIModelPerformance_auc - The area under the curve (auc). This summarizes the total positive rate
(tpr) and false positive rate (FPR) across all possible model score
thresholds.
tFIModelPerformance_auc :: Lens' TFIModelPerformance (Maybe Double) Source #
The area under the curve (auc). This summarizes the total positive rate (tpr) and false positive rate (FPR) across all possible model score thresholds.