TABLE CREATOR + PARAMETRE OPTIMIZATION LOP SART

Hi,
Before to use SVM Learner. I woldlike to connect Table Creator to parametre optimization Loop Start.
I want POLST to use external parameter table. Does anyone know how to do or have another idea to do something like that ?
KNIME_project6.knwf (108.8 KB)

Thanks Br

Hey Brain,

I took a quick look at your workflow - I am not too familiar with SVM, but I take the values in each column are values that you want to pass into the Learner:

… and each row presents the combinations of parameters that you want to try?

I think if that was the case - i.e. you are only interested in very specific parameter combinations, you may just want to loop over those parameters and pass them to the SVM learner and then build the logic of which combination worked best yourself.

In the Parameters Optimization Loop you could create one row for each of these parameters and define Start / End as well as step size and depending on the other configurations you make this would make the loop try every possible combination of the parameters in the start to end ranges in increments as per the step size:

image

The above just presents an example with random numbers I chose arbitrarily.

2 Likes

Many thanks for your quick answer. I try.