Hello all,
**NEED HELP FETCHING BROWSE TOOL REPORT IN A TEXT/ TABULAR FORM. ARIMA/ In-Sample Errors**
I am forecasting item demand quantity using ARIMA for multiple items. I have a batch macro that runs multiple models for one unique item and the aim is to accomplish this for all the items in the time series input.
The forecast required is at the weekly level.
The challenge I am facing is regarding the In-Sample Errors (RMSE/ MAPE/ MASE etc. .). To make a selection between multiple forecast models of the same item I have to use MAPE as the selection criteria.
Basically the model with the lowest MAPE is the one I want to select.
However I am not able to utilize the in-sample errors in a manner where either I could get them in a tabular format or append the errors to a particular item code when the batch macro runs.
The Render Tool seems to be the only option currently but it does not seem to be optimal and is also computationally taxing.
Until now I am able to find these in sample errors in one of the following places.
- Output anchor of the ARIMA Tool
- Report anchor of the ARIMA Tool
- TS Compare tool (We are not using this in our model so this one can be ruled out)
Although, these In-Sample errors are in the form of a report in the browse tool. I don’t know what exactly the format is called. But you can see from the screenshots attached below.
The most I was able to do is to put a filter on the Report anchor of ARIMA, select just the line number 7 from the report below and render it in an excel file.
Is there a way where I could get these errors in a tabular for where I could append these the forecast output and the item code ?
A sample workflow and example of desired output is attached.
Thanks