Start Free Trial

Alteryx Designer Desktop Discussions

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

TS Forecast Model

M-Harbi
6 - Meteoroid

Hello

 

I am trying to build a forecast model that can predict future hardware demands for each business organization and each asset type combination.

I have three years data and the number of demands per org, per asset, per year, and I am trying to build a forecast model based on that info.

The results I am getting assume that each of those combination is a different year, which is wrong, I only have three years and many org/asset combination and I am trying to make the model to build a standalone prediction for each of those combos I have.

 

I am using TS Model Factory. Below is a small sample of the combos.

 

Any idea if I am using the right tool or how to build the iteration for each combo?

 

Org IDAsset IDYearSum_Transaction
1520221460
152023645
1112023282
1112024250
21020241
211202217
211202393
211202439
7520222904
7520233783
10 REPLIES 10
M-Harbi
6 - Meteoroid

It is working now!

Here is what I did:

 

1- I broke down the data into months like explained.

2- I added TS Forecast Factory node after the TS Model Factory, which what I was missing to iterate the forecast based on the desired periods. The data must be grouped and sorted first by the date column before the org-asset group.

 

Many thanks Alex for your great help and guidance, really appreciate it!

Labels
Top Solution Authors