ERROR Logistic Regression Predictor Execute failed: No match found

Hello Acaelesto,

that is a tricky one.
The predictor has problems with the new line character (\n) in the “Current ration\n2015” column.
You can use the Column Rename (Regex) node with the configuration displayed below to convert the newline character into a space character (or any other none special character :wink: ).
regex_rename

Cheers,
nemad

3 Likes