-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
43 lines (43 loc) · 1.14 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
Package: brulee
Title: High-Level Modeling Functions with 'torch'
Version: 0.3.0.9000
Authors@R: c(
person("Max", "Kuhn", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2402-136X")),
person("Daniel", "Falbel", , "[email protected]", role = "aut"),
person(given = "Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Provides high-level modeling functions to define and train
models using the 'torch' R package. Models include linear, logistic,
and multinomial regression as well as multilayer perceptrons.
License: MIT + file LICENSE
URL: https://github.com/tidymodels/brulee,
https://brulee.tidymodels.org/
BugReports: https://github.com/tidymodels/brulee/issues
Imports:
cli,
coro (>= 1.0.1),
dplyr,
generics,
ggplot2,
glue,
hardhat,
rlang (>= 1.1.1),
stats,
tibble,
torch (>= 0.13.0),
utils
Suggests:
covr,
modeldata,
purrr,
recipes,
spelling,
testthat,
yardstick
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2