-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
35 lines (35 loc) · 894 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
35 lines (35 loc) · 894 Bytes
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
Package: tidydann
Title: Add the 'dann' Model and the 'sub_dann' Model to the Tidymodels Ecosystem
Version: 1.0.1
Authors@R:
person("Greg", "McMahan", , "gmcmacran@gmail.com", role = c("aut", "cre"))
Description: Provides model specifications, tuning parameters for models in
'dann' package. Models based on Hastie (1996)
<https://web.stanford.edu/~hastie/Papers/dann_IEEE.pdf>.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends: R (>= 4.1.0)
Suggests:
testthat (>= 3.0.0),
dann (>= 1.0.0),
recipes,
mlbench,
modeldata,
workflows,
rsample,
dplyr,
magrittr,
tune,
scales,
yardstick,
rlang
Config/testthat/edition: 3
Imports:
dials,
generics,
tibble,
parsnip
URL: https://github.com/gmcmacran/tidydann
BugReports: https://github.com/gmcmacran/tidydann/issues