Skip to content

Commit 5fed44f

Browse files
authored
Update Regression.Rmd
The heading Penalized Logistic Regression has been changed to Penalized Linear Regression
1 parent f4d1fb3 commit 5fed44f

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)