Logistic Regression Flashcards
(4 cards)
1
Q
What is Logistic regression?
A
Is a statistical model use in machine learning to predict the probability of a binary outcome (0/1)
2
Q
What is the sigmoid function important in logistic regression?
A
Maps predicted value to a range between 0 and 1 making it useful for estimating probability in binary classification
3
Q
What is the decision boundary in logistic regression
A
The decision boundary is the threshold used to classify the predicted probability into one of the two class
4
Q
Example of logistic regression used
A
Can predict whether email is a spam (1) or not a spam (0) based on feature