Is it possible to use logistic regression to discriminate between two classes?
a) Yes, because logistic regression is a suitable algorithm for binary classification tasks.
b) No, logistic regression can only be used for continuous target variables.
c) Yes, but only if the classes are perfectly separable.
d) No, logistic regression requires categorical target variables.