Enable users to export or view in a table format the forecasts generated from graphs using ETS, ARIMA, or Prophet models.
@Gina DiVenti
Thanks for your patience and the quick reply. I wasn’t able to reproduce the issue on my side, which makes me think there might be some underlying aggregations or other factors affecting the calculation.
To move forward, we have a couple of options:
I have separated Department 1 Data and stored it as a separate file. Below are the predictions when we have only department 1 data.
I see exactly same values when I use the same values. Explanation for Lower Values in Initial Forecasts:
The lower values in the initial forecast occur because an ARIMA model is being used. In ARIMA, the autoregressive (AR) component places greater weight on recent observations, while the moving average (MA) component smooths the series by incorporating past forecast errors. Recent historical values are in the mid-30s, the model anchors the early forecast periods around these levels. As a result, the projected values in the immediate future appear slightly lower before gradually adjusting over time.
In scenarios where strong trend or seasonality effects are present, a Prophet model is often more suitable, as it explicitly models trend changes and seasonality and can adapt more quickly to such patterns.
@Laxminag Mamillapalli I just realized I stumbled upon this solution to my problem in the OAC idea lab, but I am working in FDI. I'm assuming this should still work in FDI since the forecast feature exists, but wondering if that is the difference. Does that change anything regarding next steps (options you presented above)?
FDI data has aggregations and slightly more complex scenarios which may have influenced. At this point I can only speculate. Please feel free to raise a bug and explain the conditions. Make sure add as many details about build, versions, environment etc to narrow down. Have a great day.
@Luis E. Rivas -Oracle can you connect with @Laxminag Mamillapalli and@Lalitha Venkataraman-Oracle to see if we have an internal repro of if we need more information.
and