ACCURACY

Computes the rate of true answers.

metric = sum(y_true == y_pred)

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int