Hi everyone,
Is there a way to capture all data created by the ARIMA model (Not just the forecast found in the TS forecast tool)
Thanks in Advance
@AT_AYX
If you open up the ARIMA macro, you will see that the charts displayed in the output anchors of the tool are R-graphs, coming straight from that R tool.
So probably, to get the data you should mess with that R-tool
Anchor #2 provides you the graphs, anchor #3 give you the model object.
Hi @AT_AYX ,
You can add an output tool after the ARIMA tool and connect it to the O output anchor.
Then you can select to output data to a .yxdb file. What that will do is save the model you have created with that ARIMA tool, so you can use that in the future.
Is this what you are after, or where you referring to report data?
Hi@AngelosPachis,
The output of the ARIMA tool does not provide data but the model name et the bytes.
Thanks again for answering anyway
I am looking exactly for the same information. I would like to see the results of the model "before" the forecast to confront it with the "actual data". Have you found the solution?
Thanks a lot,
Weronika
Solved: Fitted Values chart - how to get values? - Alteryx CommunityI have found the solution here