Question 17
Which of the following statements are true with regard to logistic regression?
The decision boundary of a logistic regression model is always a straight line.
The solver parameter in logistic regression determines the optimization algorithm used for training the model.
Logistic regression can naturally handle multi-class classification without any modifications.
The regularization strength in logistic regression can be controlled using the C parameter.