I have built a forecasting model for a company. Since it is dedicated to practical usage, I prefer to use the relative error parameter (like MAPE, SMAPE, & MASE) as a measurement for my model performance and display it on the dashboard (the percentage error is easier to understand by user).
I found an interesting reference about the criteria of a good forecast result based on MAPE from Lewis (1982):
...but in my case, I can't use MAPE for some dataset because there is some zero actual demand so it can't be used as denominator in MAPE. So, I use SMAPE & MASE instead, but I can't find any good references about good forecast result criteria based on SMAPE & MASE, nothing like above.
So, I'd really appreciate any help/suggestion about it :), Thank You!
Reference: Lewis, C. D., 1982. Industrial and Business Forecasting Methods. London: Butterworths.