Concatenating output table of a specific node inside a loop

Hello
I have a loop with 2 ports that I’m using those port to collect results- Inside the loop, I have a node H2O RandomForest that produces each time a table that I would like to collect - how I can do that.
See Workflow

Malik

I would collect the variable importance at the loop end. Question is why you would need the scored data. You might want to collect the best model (parameters) and later use them like it is shown in this example:

1 Like