515 Logistic Regression: A Comprehensive Guide

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/15

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards

Logistic Regression

A statistical method used for predictive analytics, particularly for categorical response variables.

2
New cards

Categorical Response Variable

An outcome or response variable that falls into distinct categories, usually binary or binomial.

3
New cards

Probability-Based

Logistic regression models the probability of an event occurring, with outcomes between 0 and 1.

4
New cards

Logit Transformation

A method that converts the odds of an outcome to a continuous criterion using the natural logarithm.

5
New cards

Logistic Function

An S-shaped function that predicts the probability of an outcome, ranging between 0 and 1.

6
New cards

Maximum Likelihood Estimation (MLE)

The method used to estimate coefficients in logistic regression by maximizing the likelihood function.

7
New cards

Similarities with Linear Regression

Both aim to model the relationship between response and explanatory variables using past observations.

8
New cards

Differences with Linear Regression

Logistic regression is designed for categorical response variables, whereas linear regression is for continuous numerical variables.

9
New cards

Model Development

Involves data consisting of observations with attributes and a categorical response variable.

10
New cards

Odds Ratio

A measure used in logistic regression to compare the odds of an event occurring in different groups.

11
New cards

Likelihood-Ratio Test

A test used to compare nested logistic regression models by their log-likelihoods.

12
New cards

Misclassification Rate

The proportion of incorrect classifications made by a classifier.

13
New cards

Confusion Matrix

A tool to evaluate performance showing counts of true positives, true negatives, false positives, and false negatives.

14
New cards

Sensitivity and Specificity

Sensitivity measures the true positive rate, while specificity measures the true negative rate.

15
New cards

Classification Threshold

A common decision rule in logistic regression where a probability greater than 0.5 classifies an observation as 1.

16
New cards

Limitations of Logistic Regression

Assumes a linear relationship between predictors and log-odds, sensitive to outliers, and does not establish causality.