Hi,
I know Alteryx uses auto.arima() of R. Anyone knows if they changed any default setting of this mdoel. I found the result of Alteryx can't be mactched with auto.arima() in R.
Solved! Go to Solution.
@mj2824 The ARIMA tool still uses auto.arima function as the default settings. You can right click on the tool, open macro and look at the R code inside the tool. Hope this helps.
Thanks for info. It's very helpful!
One more question. Do you know which version of auto.arima used in Alteryx? Thanks!