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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Example of logistic regression used

A

Can predict whether email is a spam (1) or not a spam (0) based on feature

How well did you know this?
1
Not at all
2
3
4
5
Perfectly