Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
We’re experiencing technical issues with our vendor that are affecting license activations for Designer Desktop. We don’t yet have an estimated resolution time. We apologize for the inconvenience and will share updates as we have them.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Setting Up Covariates for ARIMA Forecasting

OneandOnly13
8 - Asteroid

Hi - I'm trying to create an ARIMA predictive model in Alteryx. I know that my data has seasonality to months, weeks, and day of the week. I'm wanting to setup my data to handle these as covariates. How would I structure my data so Alteryx can then use them in the TS Model Factory tool correctly? Below is a sample dataset and I'm wondering what additional columns are needed as covariates? I've also thought about forecasting these seasonalities as their own models and then blend them. What are the pros/cons to either method and if using the blended method, what would an example workflow look like?

 

Thanks in advance!

 

DateSales ChannelTypeRevenue
1/1/19WebNew$150
1/2/19WebUpgrade$100
1/3/19WebDisconnect($75)
1/4/19Call CenterNew$125
1/5/19Call CenterDisconnect($50)
1/6/19StoreNew$100
2 REPLIES 2
jamielaird
14 - Magnetar

Hi @OneandOnly13 

 

There is an example workflow for the TS Model Factory Tool in the Alteryx Gallery which may be useful to you:

 

https://gallery.alteryx.com/#!app/TS-Factory-Sample/5772b0ebaa690a1348cc6bcb

OneandOnly13
8 - Asteroid

Thanks @jamielaird ! I can work with this example.

Labels
Top Solution Authors