Confusion about metrics in a Deep AR+ forecasting model

0

I just built a Deep AR+ model, and the metrics came out as follows:

Weighted Absolute Percentage Error (WAPE) 0.8064 Mean Absolute Scaled Error (MASE) 0.7720 Root Mean Squared Error (RMSE) 17909.7861 Mean Absolute Percentage Error (MAPE) 1.5993

Now I understand that WAPE and MAPE are percentages, but are these 0.8064% and 1.5993%? Or are they 80.64% and 159.93%?? It is unclear.

The first is absolutely awesome. The second obviously diabolical.

Mark
已提問 7 個月前檢視次數 232 次
2 個答案
0

When I read the documentation on the metrics, and we can just use MAPE as an example, your value of 1.5993 means that the absolute value of the difference between the predicted and observed is almost 1.6 times that of the observed value, which is probably not good. If you just focus on the numerator of that equation, if the observed and predicted are close, that value will be small, and when you divide by the observed, it will be even smaller, less than 1.

MAPE is a mean, so on the average, your predictions are not very close to the real/true/observed values

Reference: https://docs.aws.amazon.com/forecast/latest/dg/metrics.html

已回答 7 個月前
0

Yeah that is what I thought having read the same docs; and a machine learning friend tells me the same.

I asked Google too, since I built a similar model on Vertex and the metrics were similar, and I think they are incorrect in telling me that the errors are the lesser of the options!

Mark
已回答 7 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南