Class: Aws::FraudDetector::Types::OFIModelPerformance
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::OFIModelPerformance
- Defined in:
- gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb
Overview
The Online Fraud Insights (OFI) model performance score.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auc ⇒ Float
The area under the curve (auc).
Instance Attribute Details
#auc ⇒ Float
The area under the curve (auc). This summarizes the total positive rate (tpr) and false positive rate (FPR) across all possible model score thresholds.
3498 3499 3500 3501 3502 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3498 class OFIModelPerformance < Struct.new( :auc) SENSITIVE = [] include Aws::Structure end |