Class: Aws::FraudDetector::Types::TFIModelPerformance

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#aucFloat

The area under the curve (auc). This summarizes the total positive rate (tpr) and false positive rate (FPR) across all possible model score thresholds.

Returns:

  • (Float)


4288
4289
4290
4291
4292
4293
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4288

class TFIModelPerformance < Struct.new(
  :auc,
  :uncertainty_range)
  SENSITIVE = []
  include Aws::Structure
end

#uncertainty_rangeTypes::UncertaintyRange

Indicates the range of area under curve (auc) expected from the TFI model. A range greater than 0.1 indicates higher model uncertainity.



4288
4289
4290
4291
4292
4293
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4288

class TFIModelPerformance < Struct.new(
  :auc,
  :uncertainty_range)
  SENSITIVE = []
  include Aws::Structure
end