MAPE

Computes the mean absolute percentage error between y_true and y_pred.

loss = 100 * abs(y_true - y_pred) / y_true

Properties

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