Question: In logistic regression, what is the output of the model?
Options:
Correct Answer: A probability between 0 and 1
Solution:
Logistic regression outputs a probability between 0 and 1, which can be thresholded to classify data points into binary categories.