Hi All ,
2 days into my Alteryx journey so apols for the stupid questions. I've got a data set that contains [store] [product] [product sales] and a whole bunch of [store attributes]. I want to train a model per product, save them, and then use them for scoring for later on. I've got the knack of doing it for one product but I need something akin to a loop to go through every product, create the models, save them, and then score for new stores later. I cant quite get my head around the macro stuff which I presume I need? In knime, it was a simple matter of setting up a loop by group node. Any idea what I need to do here?
The store attributes are just that - they never change regardless of what product is being analysed.
Many Thanks
Steve