Model Selection

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

1/9

flashcard set

Earn XP

Description and Tags

Statistics

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

Process of simplifying models by removing unnecessary variables

Variable Pruning

2
New cards

Model resulting from variable pruning which is more concise and effective

Parsimonious Model

3
New cards

Model which includes all available explanatory variables

Full Model

4
New cards

A metric indicating model fit strength and value as a predictor

Adjusted R-squared

5
New cards

Strategy which involves adding/deleting one variable at a time for model selection

Step-wise Selection

6
New cards

Starting with the full model, then removing one variable at a time based on improvement in the adjusted r-squared

Backwards Elimination with Adjusted R-squared

7
New cards

Starting with no predictors, and adding one at a time based on importance to the adjusted r-squared

Forwards Selection with Adjusted R-squared

8
New cards

Starting with the full model, then removing predictors based on the largest p-value to the point of the significance level

Backwards Elimination with P-value

9
New cards

Starting with no predictors, and adding one at a time based on the smallest p-value to the point of the significance level

Forwards Selection with P-value

10
New cards

Adjusted R-squared should be used when accuracy is most important; P-value should be used when we want to understand which variables are statistically significant predictors or produce a simpler model.

Adjusted R-squared Versus P-value