Root Mean Squared Percentage Error
y (array_like) – The actual value.
y_hat (array_like) – The predicted value.
axis (int) – Axis along which the summary statistic is calculated
zeros (float) – Value to assign to error where y is zero
rmspe – Root Mean Squared Percentage Error along given axis.
ndarray or float
rmspe