-
Notifications
You must be signed in to change notification settings - Fork 28
/
DESCRIPTION
92 lines (92 loc) · 1.97 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
Package: vetiver
Title: Version, Share, Deploy, and Monitor Models
Version: 0.2.5.9000
Authors@R: c(
person("Julia", "Silge", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-3671-836X")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: The goal of 'vetiver' is to provide fluent tooling to
version, share, deploy, and monitor a trained model. Functions handle
both recording and checking the model's input data prototype, and
predicting from a remote API endpoint. The 'vetiver' package is
extensible, with generics that can support many kinds of models.
License: MIT + file LICENSE
URL: https://vetiver.rstudio.com, https://rstudio.github.io/vetiver-r/,
https://github.com/rstudio/vetiver-r/
BugReports: https://github.com/rstudio/vetiver-r/issues
Depends:
R (>= 3.6)
Imports:
bundle,
butcher (>= 0.3.1),
cereal,
cli,
fs,
generics,
glue,
hardhat,
lifecycle,
magrittr (>= 2.0.3),
pins (>= 1.3.0),
purrr,
rapidoc,
readr (>= 1.4.0),
rlang (>= 1.1.0),
tibble,
vctrs,
withr
Suggests:
arrow,
callr,
caret,
clustMixType,
covr,
curl,
dplyr,
flexdashboard,
ggplot2,
httpuv,
httr,
jsonlite,
keras,
knitr,
LiblineaR,
luz,
mgcv,
mlr3 (>= 0.17.0),
mlr3data,
mlr3learners,
mockery,
modeldata,
parsnip,
paws.machine.learning (>= 0.2.0),
pingr,
plotly,
plumber (>= 1.0.0),
ranger,
recipes (>= 1.1.0),
reticulate,
rmarkdown,
rpart,
rsconnect,
slider (>= 0.2.2),
smdocker (>= 0.1.2),
stacks,
tensorflow,
testthat (>= 3.1.8),
tidyselect,
torch,
vdiffr,
workflows,
xgboost,
yardstick
VignetteBuilder:
knitr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Remotes:
rstudio/reticulate