-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
60 lines (60 loc) · 1.56 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: stove
Title: Stove
Version: 1.2.0
Authors@R: c(
person("Yeonchan", "Seong", , "[email protected]", role = c("aut", "cre")),
person("Jinhwan", "Kim", , email = "[email protected]", role = "ctb"))
Description: Provides functions for ML modeling with no hyperparameter tuning using tidymodels
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
knitr (>= 1.39),
readr (>= 2.1.2),
rmarkdown (>= 2.14),
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Depends: lightgbm (== 3.3.5)
Imports:
brulee (>= 0.1.0),
C50 (>= 0.1.6),
cowplot (>= 1.1.1),
data.table (>= 1.14.2),
dials (>= 1.0.0),
discrim (>= 1.0.0),
DT (>= 0.23),
factoextra (>= 1.0.7),
ggplot2 (>= 3.3.6),
ggrepel (>= 0.9.1),
glmnet (>= 4.1-4),
glue (>= 1.6.2),
grDevices (>= 4.2.0),
kknn (>= 1.3.1),
klaR (>= 1.7-1),
LiblineaR (>= 2.10-12),
magrittr (>= 2.0.3),
naivebayes (>= 0.9.7),
nnet (>= 7.3-17),
parsnip (>= 1.0.0.9000),
partykit (>= 1.2-16),
R6 (>= 2.5.1),
randomForest (>= 4.7-1.1),
ranger (>= 0.14.1),
RColorBrewer (>= 1.1-3),
recipes (>= 1.0.1),
rpart (>= 4.1.16),
rstanarm (>= 2.21.3),
stats (>= 4.2.0),
treesnip (>= 0.1.0.9001),
tune (>= 0.2.0.9002),
vetiver (>= 0.1.7),
vip (>= 0.3.2),
workflows (>= 0.2.6.9001),
xgboost (>= 1.6.0.1),
yardstick (>= 1.0.0.9000),
kernlab (>= 0.9-32)
Remotes:
https://github.com/curso-r/treesnip.git
URL: https://github.com/statgarten/stove