class Aws::FraudDetector::Types::MetricDataPoint
Model
performance metrics data points.
@!attribute [rw] fpr
The false positive rate. This is the percentage of total legitimate events that are incorrectly predicted as fraud. @return [Float]
@!attribute [rw] precision
The percentage of fraud events correctly predicted as fraudulent as compared to all events predicted as fraudulent. @return [Float]
@!attribute [rw] tpr
The true positive rate. This is the percentage of total fraud the model detects. Also known as capture rate. @return [Float]
@!attribute [rw] threshold
The model threshold that specifies an acceptable fraud capture rate. For example, a threshold of 500 means any model score 500 or above is labeled as fraud. @return [Float]
@see docs.aws.amazon.com/goto/WebAPI/frauddetector-2019-11-15/MetricDataPoint AWS API Documentation
Constants
- SENSITIVE