Hello. I’m trying to run an optimization using a model that I’ve created. The idea is to create a table with a single row containing the parameters that I want to optimize, and these parameters in this column will be controlled by the optimization.
The problem is when I try to use the variables from the optimization to set the table variables in Table Creator, I get the error
So apparently, I don’t know why but the numbers that are created by the optimization are being read as strings, in spite of having set the table to double.
Int and Double. I’ve solved the problem using the Regression Predictor node, as the model is a polynomial regression. But it still doesn’t work if I intend to use the JPMML Regression Predictor.