Hello Community,
I am relatively new to Alteryx and got stuck on an issue, any help would be much appreciated
So, I have a workflow where I am using ETS and ARIMA to forecast a variable and then using TS Compare to check which model is better based on MAPE.
The next thing that I want to do is choose the model based on lower MAPE and then use TS Forecast to get the forecasted values.
Problem: Is there a way to automate this process,rather than opening the report of TS Compare and manually check which value is lower can I select MAPE as the indicator and use min condition to choose the lower MAPE amongst ETS and ARIMA and then run TS Forecast on the model with lower MAPE
I haven't used macros in alteryx but I believe that could do this job