My Regression Model is not correlating data

How can I make my regression model accept all factors? as seen here, the price is not correlating to many of the other factors (like city, make, model, and other important factors:
image

This is my first time creating a regression model, so I understand I may have missed some steps. I’m getting the current error:
“Columns “model”, “trim”, “exterior_color”[…] have too many different values - will be ignored during training”
I believe this is what is causing my issue. How can I resolve this?

This is what the workflow looks like at the moment:
image

@cezerman welcome to the KNIME forum.

You could try and increase the number of allowed possible values, although this might create other problems.

If one of the two columns contains more possible values than specified in the dialog (default 50), the correlation will not be computed.

Then you could try and reduce the dimensions thru several measures like the nodes suggested here:

1 Like

Hi,
maybe you could “bin” your data.
br

2 Likes

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