You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::FraudDetector::Types::TrainingMetrics

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The training metric details.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#aucFloat

The area under the curve. This summarizes true positive rate (TPR) and false positive rate (FPR) across all possible model score thresholds. A model with no predictive power has an AUC of 0.5, whereas a perfect model has a score of 1.0.

Returns:

  • (Float)

    The area under the curve.

#metric_data_pointsArray<Types::MetricDataPoint>

The data points details.

Returns: