Hello, I am trying to perform a Parameter Optimization over a Logistic Regression. I currently able to optimize over the numerical parameters eg. Max Epoches, Learning Rate or Prior Variance for Regularization. However I cannot figure out how to deploy an Optimization Parameter on variables such as Solver, Learning Rate Strategy and Regularization techniques that are “string” variables rather than numeric ones.
Sorry I don’t have the time right now. Maybe someone else can help. Have you tried an approach in knime with the case switch node. With python I would think of using a grid.
Good evening,
I have managed to solve my issue using Rule Engine Variable that allowed me to transform an integer into a string and then used in my algorithm.