Is there a way to use nominal for logistic regression learner?

Im trying to do a logistic regression learner on my data, but it has nominal numbers which are 1 and 0. Is there a way to do it?
WARN Regression Predictor 0:13 This node does not support nominal targets. Please check whether this is the correct predictor node for your model.

You can convert your numeric values to categoricals using the Number To String node.

3 Likes

Hi! I managed to do it! Thank you so much :slight_smile:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.