Skip to content

Commit

Permalink
Fix typo, closes #335
Browse files Browse the repository at this point in the history
  • Loading branch information
mine-cetinkaya-rundel committed Oct 23, 2023
1 parent c7e2658 commit a7cacf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 08-model-mlr.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ These techniques are often referred to as **stepwise selection** strategies, bec
terms_chp_8 <- c(terms_chp_8, "stepwise selection")
```
**Backward elimination** starts with the full model (the model that includes all potential predictor variables. Predictors are eliminated one-at-a-time from the model until we cannot improve the model any further.
**Backward elimination** starts with the full model -- the model that includes all potential predictor variables. Predictors are eliminated one-at-a-time from the model until we cannot improve the model any further.
**Forward selection** is the reverse of the backward elimination technique.
Instead, of eliminating predictors one-at-a-time, we add predictors one-at-a-time until we cannot find any predictors that improve the model any further.
Expand Down

0 comments on commit a7cacf5

Please sign in to comment.