Tag: thresholding
-
Classification: Threshold value
Logistic Regression returns a probability, i.e between zero and one. We can return this probability the way it is (e.g. probability of a particular email being “spam” is 0.733) or we can convert it into a binary value like Email_spam (0 or 1). What do the probabilities indicate? If a Logistic Regression model returns a…