MetricDataPoint

Model performance metrics data points.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fpr: Float?

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

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard
val tpr: Float?

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

Functions

Link copied to clipboard
inline fun copy(block: MetricDataPoint.Builder.() -> Unit = {}): MetricDataPoint
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String