If I just want to use logistic regression to discriminate the two classes, is this possible and why?
A) Yes, because logistic regression is specifically designed for binary classification tasks.
B) No, logistic regression can only be used for linear regression.
C) Yes, but only if the classes are linearly separable.
D) No, logistic regression is not suitable for classification tasks.