-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
71 lines (71 loc) · 1.82 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Package: workflowsets
Title: Create a Collection of 'tidymodels' Workflows
Version: 1.1.0.9000
Authors@R: c(
person("Max", "Kuhn", , "max@posit.co", role = c("aut"),
comment = c(ORCID = "0000-0003-2402-136X")),
person("Simon", "Couch", , "simon.couch@posit.co", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5676-5107")),
person(given = "Posit Software, PBC", role = c("cph", "fnd"))
)
Description: 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.
License: MIT + file LICENSE
URL: https://github.com/tidymodels/workflowsets,
https://workflowsets.tidymodels.org
BugReports: https://github.com/tidymodels/workflowsets/issues
Depends:
R (>= 3.6)
Imports:
cli,
dplyr (>= 1.0.0),
generics (>= 0.1.2),
ggplot2,
hardhat (>= 1.2.0),
lifecycle (>= 1.0.0),
parsnip (>= 1.2.1),
pillar (>= 1.7.0),
prettyunits,
purrr,
rlang (>= 1.1.0),
rsample (>= 0.0.9),
stats,
tibble (>= 3.1.0),
tidyr,
tune (>= 1.2.0),
vctrs,
withr,
workflows (>= 1.1.4)
Suggests:
covr,
dials (>= 0.1.0),
finetune,
kknn,
knitr,
modeldata,
recipes (>= 1.1.0),
rmarkdown,
spelling,
testthat (>= 3.0.0),
tidyclust,
yardstick (>= 1.3.0)
VignetteBuilder:
knitr
Config/Needs/website:
discrim,
rpart,
mda,
klaR,
earth,
tidymodels,
tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2