-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
60 lines (60 loc) · 1.35 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
Package: tidyAML
Title: Automatic Machine Learning with 'tidymodels'
Version: 0.0.5.9000
Authors@R: c(
person("Steven","Sanderson", email = "[email protected]", role = c("aut","cre","cph"),
comment = c(ORCID = "0009-0006-7661-8247"))
)
Description: The goal of this package will be to provide a simple interface for automatic machine learning that fits the 'tidymodels' framework. The intention is to work for regression and classification problems with a simple verb framework.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
URL: https://www.spsanderson.com/tidyAML/, https://github.com/spsanderson/tidyAML
BugReports: https://github.com/spsanderson/tidyAML/issues
Depends:
parsnip,
R (>= 4.1.0)
Suggests:
knitr,
rmarkdown,
stats,
tibble,
stringr,
utils,
recipes,
multilevelmod,
rules,
poissonreg,
censored,
baguette,
bonsai,
brulee,
rstanarm,
dbarts,
kknn,
ranger,
randomForest,
LiblineaR,
flexsurv,
gee,
glmnet,
discrim,
kernlab,
klaR,
mda,
sda,
sparsediscrim
VignetteBuilder: knitr
Imports:
rlang (>= 0.4.11),
purrr (>= 0.3.5),
dplyr (>= 1.0.10),
rsample (>= 1.1.0),
workflows (>= 1.1.2),
forcats,
workflowsets,
tidyr,
broom,
ggplot2,
magrittr
RoxygenNote: 7.3.1