A workflow is a combination of a model and preprocessors
(e.g, a formula, recipe, etc.) (Kuhn and Silge (2021)
<https://www.tmwr.org/>). In order to try different combinations of
these, an object can be created that contains many workflows. There
are functions to create workflows en masse as well as training them
and visualizing the results.
Version: |
1.0.0 |
Depends: |
R (≥ 3.4) |
Imports: |
cli, dplyr (≥ 1.0.0), generics (≥ 0.1.2), ggplot2, glue, hardhat (≥ 1.2.0), lifecycle (≥ 1.0.0), parsnip (≥ 1.0.0), pillar (≥ 1.7.0), prettyunits, purrr, rlang, rsample (≥
0.0.9), stats, tibble (≥ 3.1.0), tidyr, tune (≥ 1.0.0), vctrs, withr, workflows (≥ 1.0.0) |
Suggests: |
covr, dials (≥ 0.1.0), kknn, knitr, modeldata, recipes (≥
1.0.0), rmarkdown, spelling, testthat (≥ 3.0.0), yardstick (≥
1.0.0) |
Published: |
2022-07-12 |
Author: |
Max Kuhn [aut],
Simon Couch [aut,
cre],
RStudio [cph, fnd] |
Maintainer: |
Simon Couch <simonpatrickcouch at gmail.com> |
BugReports: |
https://github.com/tidymodels/workflowsets/issues |
License: |
MIT + file LICENSE |
URL: |
https://github.com/tidymodels/workflowsets,
https://workflowsets.tidymodels.org |
NeedsCompilation: |
no |
Language: |
en-US |
Materials: |
README NEWS |
CRAN checks: |
workflowsets results |