Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

The performance metrics data points for Transaction Fraud Insights (TFI) model.

Hierarchy

  • TFIMetricDataPoint

Properties

fpr?: number

The false positive rate. This is the percentage of total legitimate events that are incorrectly predicted as fraud.

precision?: number

The percentage of fraud events correctly predicted as fraudulent as compared to all events predicted as fraudulent.

threshold?: number

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.

tpr?: number

The true positive rate. This is the percentage of total fraud the model detects. Also known as capture rate.