athena.utils.rrmse¶
-
rrmse
(predictions, targets)[source]¶ Evaluates the relative root mean square error. It can be vectorized for multidimensional predictions and targets.
- Parameters
predictions (numpy.ndarray) – predictions input.
targets (numpy.ndarray) – targets input.
- Returns
relative root mean squared error
- Return type
np.float64