MAE

MAE()

Computes the mean of absolute difference between labels and predictions.

metric = abs(y_true - y_pred)

Properties

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