MAPE
MAPE()
Content copied to clipboard
Computes the mean absolute percentage error between y_true
and y_pred
.
loss = 100 * abs(y_true - y_pred) / y_true
Computes the mean absolute percentage error between y_true
and y_pred
.
loss = 100 * abs(y_true - y_pred) / y_true