-
Notifications
You must be signed in to change notification settings - Fork 42
/
DESCRIPTION
73 lines (73 loc) · 1.8 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
72
73
Package: tune
Title: Tidy Tuning Tools
Version: 1.2.1.9000
Authors@R: c(
person("Max", "Kuhn", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2402-136X")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: The ability to tune models is important. 'tune' contains
functions and classes to be used in conjunction with other
'tidymodels' packages for finding reasonable values of
hyper-parameters in models, pre-processing methods, and
post-processing steps.
License: MIT + file LICENSE
URL: https://tune.tidymodels.org/, https://github.com/tidymodels/tune
BugReports: https://github.com/tidymodels/tune/issues
Depends:
R (>= 4.0)
Imports:
cli (>= 3.3.0),
dials (>= 1.3.0),
doFuture (>= 1.0.0),
dplyr (>= 1.1.0),
foreach,
future (>= 1.33.0),
generics (>= 0.1.2),
ggplot2,
glue (>= 1.6.2),
GPfit,
hardhat (>= 1.4.0.9002),
lifecycle (>= 1.0.0),
parsnip (>= 1.2.1.9003),
purrr (>= 1.0.0),
recipes (>= 1.1.0.9001),
rlang (>= 1.1.4),
rsample (>= 1.2.1.9000),
tailor,
tibble (>= 3.1.0),
tidyr (>= 1.2.0),
tidyselect (>= 1.1.2),
vctrs (>= 0.6.1),
withr,
workflows (>= 1.1.4.9000),
yardstick (>= 1.3.0)
Suggests:
C50,
censored (>= 0.3.0),
covr,
kernlab,
kknn,
knitr,
modeldata,
scales,
spelling,
splines2,
testthat (>= 3.0.0),
xgboost,
xml2
Remotes:
tidymodels/hardhat,
tidymodels/parsnip,
tidymodels/recipes,
tidymodels/rsample,
tidymodels/tailor,
tidymodels/workflows
Config/Needs/website: pkgdown, tidymodels, kknn, doParallel, doFuture,
tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2