Logistic regression error: nominalValue

Hi,
When I use a logistic regression learner, I cannot open the configuration window and I get this warning window:

No column in spec compatible to nominalValue or NominalDistributionValue

I made sure that all my variables are floating numbers.

Any help please.

Hi @zizoo -

Logistic regression calculates probabilities associated with classes, so you need to have at least one string column for the target, if nothing else.

Hi @ScottF,

My plan is to use the logistic regression to build a regression model not a classification model.
This said, I have in output a continuous variable and as independant variables I have a mixture of binary and continuous variables.

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