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달 전234회 조회
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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠