I need to give all the different permutation of columns of my input to a loop to train a machine learning alghoritm over them. I’m trying to figure out the best nodes to do the task. Are there any particular nodes that can do the trick for me?
Thanks in advance for the replys!!
Interesting question, take a look at this workflow Control variables in a loop.knwf (731.9 KB) . I needed a little python code to create all possible combinations of input columns. In my example I used the Boston Housing set data, to train a simple model and write the scorer output for every combination of variables.