Linear Regression Model Overview

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/9

flashcard set

Earn XP

Description and Tags

These flashcards cover key concepts and terminology related to linear regression models as discussed in the lecture.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

Dependent Variable

The outcome or target variable that is being predicted in a regression model, often represented as Y.

2
New cards

Independent Variable

Variables that are used to predict the dependent variable, also referred to as features in machine learning.

3
New cards

Feature Engineering

The process of selecting, modifying, or creating variables (features) to improve model performance.

4
New cards

Simple Linear Regression

A regression model that uses one independent variable to predict the dependent variable.

5
New cards

Multiple Linear Regression

A regression model that uses multiple independent variables to predict the dependent variable.

6
New cards

R-squared (R²)

A statistical measure that represents the proportion of variance for the dependent variable explained by the independent variables in a regression model.

7
New cards

P-value

A measure used to determine the statistical significance of results in regression analysis, usually compared against a significance level.

8
New cards

Coefficient

Values that represent the relationship between independent variables and the dependent variable in regression analysis, indicating the expected change in Y with a one-unit change in the predictor.

9
New cards

ANOVA Table

A table used in regression analysis to assess the overall significance of the model and its predictors.

10
New cards

Predicted Sales

The estimated value of sales based on the regression model and input values of independent variables.