I have several features in my Logistic regression model. One of the features has multiple NULL values. I want these rows to be included in my model.
How does Logistic Regression handle null values when computing? Does it take into account the null value as part of the feature? I did not come across errors when running.
If Logistic Regression ignores it, would I have to change the null values to an actual string value in order for logistic regression to recognize it as part of the model?