Logistic Regression Flashcards
What does LR predict?
LR predicts if sth is true or false (like mices are obese or they are not).
What does the LR function looks like graphically?
An S shape, goes from 0 to 1
How are probabilities relevant in classification in LR?
It is a classification algorithm with output values between 0-1
If the probability that a mice is obese is 0.51(so in the middle of the S shape graph), then it gets classified as obese, vice versa.
Can LR be filled with discrete or continous variables?
Both
What does maximum likelihood do?
Doesn´t use Least Squared method or R**2, but maximum likelihood.
You have all your points, pe. sth that looks like a normal distribution. You want to find out where it is centered. You try to situate the bell left, then go further right, right and so on. At the end you take the spot where the likelihood to observe the data you have measured is the highest.
How to calculate an odd?
Divide a probability by another probability. Coin flip. Heads / Tails= 0,5 / 0,5=1 So the odds are 1:1