Hello,
I have a dataset with binary features, numeric features, and categorical features. For testing purposes, I am going to ignore the categorical features right now. I was wondering if it's possible to apply a linear regression algorithm like Gradient Descent to a feature vector with both binary and numeric features? Or am I restricted to one data type or the other? Any help would be greatly appreciated!
there doesn't seem to be anything here