Skip to content

Commit 9539e0e

Browse files
committed
fixing typo in library call in vignette
1 parent 6e39172 commit 9539e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/getting-started.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This new function behaves just like any other parsnip model (e.g., `rand_forest(
1818
We’ll start by loading kerasnip:
1919

2020
```{r load-kerasnip}
21-
library(dplyr)
21+
library(kerasnip)
2222
```
2323

2424
## Example 1: Building and Fitting a Basic MLP

0 commit comments

Comments
 (0)