forked from tidymodels/embed
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.05 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
Package: embed
Version: 0.0.6.9000
Title: Extra Recipes for Encoding Categorical Predictors
Description: Predictors can be converted to one or more alternate representations
using simple generalized linear models <arXiv:1611.09477>, nonlinear
models <arXiv:1604.06737>, or other methods. All encoding methods are
supervised.
Authors@R: c(
person(given = "Max", family = "Kuhn", email = "[email protected]", role = c("aut", "cre")),
person("RStudio", role = "cph"))
Depends:
R (>= 3.1),
recipes (>= 0.1.8)
Imports:
rstanarm,
keras,
stats,
dplyr,
purrr,
rlang,
utils,
generics,
tidyr,
tibble,
lme4,
tensorflow,
uwot,
withr,
rsample
Suggests:
testthat,
knitr,
rmarkdown,
covr,
ggplot2,
modeldata,
rpart,
xgboost
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0.9000
Roxygen: list(markdown = TRUE)
ByteCompile: true
URL: https://embed.tidymodels.org, https://github.com/tidymodels/embed
BugReports: https://github.com/tidymodels/embed/issues