| 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.OFIModelPerformance
Description
Documentation
data OFIModelPerformance Source #
The Online Fraud Insights (OFI) model performance score.
See: newOFIModelPerformance smart constructor.
Constructors
| OFIModelPerformance' | |
Instances
newOFIModelPerformance :: OFIModelPerformance Source #
Create a value of OFIModelPerformance 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:OFIModelPerformance', oFIModelPerformance_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.
oFIModelPerformance_auc :: Lens' OFIModelPerformance (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.