Home /
Expert Answers /
Computer Science /
how-would-you-wrap-a-linear-regression-model-to-make-it-suitable-for-binary-classification-group-o-pa633
(Solved): How would you wrap a linear regression model to make it suitable for binary classification?
Group o ...
How would you wrap a linear regression model to make it suitable for binary classification?
Group of answer choices
Without any wrapping, because it is already suitable
With a softmax output
With a sigmoid output
With a tanh output