Skip to content

Commit 76581a0

Browse files
authored
Merge pull request #256 from blairj09/patch-1
Update Regression.Rmd
2 parents 56e8b7c + 5fed44f commit 76581a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/articles/Regression.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ rand_forest(mode = "regression", mtry = .preds(), trees = 1000) %>%
140140
```
141141

142142

143-
# Penalized Logistic Regression
143+
# Penalized Linear Regression
144144

145145
A linear model might work here too. The `linear_reg` model can be used. To use regularization/penalization, there are two engines that can do that here: the `glmnet` and `sparklyr` packages. The former will be used here and it only implements the non-formula method. `parsnip` will allow either to be used though.
146146

0 commit comments

Comments
 (0)