Chp 9: Logistic Regression

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/15

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:50 AM on 4/13/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

16 Terms

1
New cards

What is the primary purpose of logistic regression?

To model binary target variables and predict probabilities.

2
New cards

What does logistic regression use instead of ordinary least squares?

Maximum Likelihood Estimation (MLE).

3
New cards

What type of curve does logistic regression produce?

An S-shaped (sigmoid) curve.

4
New cards

Why is linear regression not suitable for binary targets?

It can produce predicted values outside the range of 0 to 1.

5
New cards

What is heteroskedasticity in the context of linear regression?

The assumption that error terms have constant variance, which is violated in binary outcomes.

6
New cards

What is the range of predicted values in logistic regression?

Between 0 and 1.

7
New cards

What is the logit function?

The log odds of the probability, used in logistic regression.

8
New cards

What does the inverse logit function do?

Transposes the logit function to estimate probabilities.

9
New cards

How does a 1 unit increase in SAT score affect the odds in logistic regression?

It increases the odds by a factor represented by the odds ratio.

<p>It increases the odds by a factor represented by the odds ratio.</p>
10
New cards

What is an odds ratio?

A measure of how the odds of an event occurring change with a one unit increase in a variable.

11
New cards

What is the significance of the cutoff value in logistic regression?

It determines the threshold for classifying predicted probabilities into binary outcomes.

12
New cards

What are the two main tasks logistic regression can be used for?

Explanatory tasks (profiling) and predictive tasks (classification).

13
New cards

What does the term 'non-conforming probabilities' refer to?

Predicted probabilities that fall outside the valid range of 0 to 1 in linear regression.

14
New cards

What is the relationship between predictors and the response variable in logistic regression?

They are related via a nonlinear function called the logit.

15
New cards

What is the main issue with using linear regression for binary outcomes?

It leads to poor approximations of the relationship between data values.

16
New cards