Topic 14 Flashcards

(3 cards)

1
Q

p(x) in Logistic Regression for Binary Classification

A

p(x) = e^β0+ β1x / 1 + e^β0+ β1x

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

Logisitic Equation for Binary Classification

A

log p(x) / 1 - p(x) = β0+ β1x (+ … + βnxn for multiple predictor features)

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

Decision Boundary (in Logisitic Regression)

A

A threshold that separates different classes based on the predicted probability

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