Hi everyone
Given a process including cross validation involving n attributes, I would like to iterate the process each time with n-1 attributes (which becomes n combinations) and for each combination, with 10 different local seed values in the CV subprocess. In total that becomes n * 10 combinations.
The "loop attribute sets" and "loop parameteres" operators are out there to be used for this purpose, however, I need to write the results somewhere (let's say to a DB) for each combination alongside with the corresponding CV local seed value as well as the missing attribute (the excluded attribute in the n-1 set). Is there a way to "get" the current parameter / excluded attribute in those two looping operators, so I can accomplish this mission?
Thanks,
Ali