Skip to content

Commit 2195caa

Browse files
committed
tmp turn off eval, waiting for tidymodels/parsnip#1261
1 parent f18f4bd commit 2195caa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

learn/models/coefficients/index.qmd

+1
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ For any another (single) penalty, we can use an additional argument:
259259

260260
```{r}
261261
#| label: "glmnet-tidy-parsnip-alt"
262+
#| eval: false
262263
tidy(glmnet_fit, penalty = 5.5620) # A value from above
263264
```
264265

0 commit comments

Comments
 (0)