Hey, I am trying to run a linear regression with my independent variable being a categorical. I used one hot encoding to make binary fields. But when I try the linear regression I get these 8 errors (see picture) :
I've tried changing the data type from bool to string, and I converted every 'False' to 0 but nothing seems to work.
How can I solve this?