I am trying to optimize parameter, have started with parameter optimization loop start, but somehow i am unable to connect parameter loop end with the Scorer.
Hi,
that depends on the value you want to optimize. I guess it is the accuracy on the test data. If that is the case, you need to connect the Scorer’s variable port to the Optimization Loop End. To see the Scorer’s variable port, right click on it and select “Show Flow Variable Ports”. Now you can connect the top right port to the Optimization Loop End. Please note that anything that comes out of the bottom Scorer will be lost, as it is not collected anywhere, so you can either write its output to disk in every loop iteration (make sure to change the file name every iteration) or just remove it from the workflow. Training accuracy is not really that interesting anyways.
Kind regards
Alexander
PS: Since this is a new question I moved it to a new topic.