Skip to content

Commit 58b1e86

Browse files
authored
Merge pull request #385 from gungorMetehan/patch-6
Update 15-workflow-sets.Rmd
2 parents 6e8b6a9 + f212f77 commit 58b1e86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

15-workflow-sets.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ poly_recipe <-
8888
step_interact(~ all_predictors():all_predictors())
8989
```
9090

91-
For the models, we use the the `r pkg(parsnip)` addin to create a set of model specifications:
91+
For the models, we use the `r pkg(parsnip)` addin to create a set of model specifications:
9292

9393
```{r workflow-sets-models}
9494
library(rules)
@@ -334,7 +334,7 @@ autoplot(grid_results, id = "Cubist", metric = "rmse")
334334
#| fig.width = 8,
335335
#| fig.height = 4.5,
336336
#| fig.cap = "The `autoplot()` results for the Cubist model contained in the workflow set.",
337-
#| fig.alt = "The `autoplot()` results for the Cubist model contained in the workflow set. The visalization has a panel for each tuning pameter and shows performance versus the parameter values."
337+
#| fig.alt = "The `autoplot()` results for the Cubist model contained in the workflow set. The visualization has a panel for each tuning parameter and shows performance versus the parameter values."
338338
```
339339

340340
There are also methods for `collect_predictions()` and `collect_metrics()`.

0 commit comments

Comments
 (0)