Hi all,
I m solving a linear regression problem wich consist to predict a house price.
I want to know how to create a pipeline in Alteryx Designer, so that I can prepare my test set in the same way as my train test?
In Intelligence suite, we can do a pipeline, so that if you have new instances they will be prepared in the same way as the train set, but in Alteryx Designer we don't have this possibility.
I thought about creating a macro to prepare my train set (imputation, dealing with outliers, select variables...) and apply the same macro to the test set.
Is there another way to create a pipeline?
Any ideas?
Thank you.