I’d like to use a parameter optimization loop on top of cross validation but I can’t seem to get it to work in a workflow. Basically, I’m trying to run a series of parameter combinations each through a 10-fold cross validation and return the optimal set of parameters. Any suggestions? Not sure if this is already covered in an example…
So simple. Thanks for this. I was running into trouble because my cross-validation was contained inside a metanode and I was having difficulties connecting the start and end loops through the metanode ports (and i think i had the scorer out of place).