You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docs of Metrics::mape read: "mape is calculated as the average of (actual - predicted) / abs(actual)"
However, the actual calculation is abs((actual - predicted) / actual)
EDIT
The docs of Metrics::ape are accordingly wrong.
The docs of Metrics::mape read: "mape is calculated as the average of (actual - predicted) / abs(actual)"
However, the actual calculation is abs((actual - predicted) / actual)
EDIT
The docs of Metrics::ape are accordingly wrong.