Class: Aws::FraudDetector::Types::TFIModelPerformance
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::TFIModelPerformance
- Defined in:
- gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb
Overview
The Transaction Fraud Insights (TFI) 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.
4051 4052 4053 4054 4055 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4051 class TFIModelPerformance < Struct.new( :auc) SENSITIVE = [] include Aws::Structure end |