-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.06 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: modeltime.h2o
Title: Modeltime 'H2O' Machine Learning
Version: 0.1.2.9000
Authors@R: c(
person("Matt", "Dancho", email = "[email protected]", role = c("aut", "cre")),
person("Business Science", role = "cph"))
Description:
Use the 'H2O' machine learning library inside of 'modeltime'.
Available models include 'AutoML' for Automatic Machine Learning.
Please see H2O.ai for more information <https://github.com/h2oai/h2o-3>.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Depends:
modeltime (>= 0.4.1),
h2o
Imports:
magrittr,
rlang (>= 0.1.2),
tibble,
timetk (>= 2.6.0),
dplyr,
parsnip (>= 0.1.4),
purrr,
tidyr,
stringr,
stats,
glue,
fs
Suggests:
tidymodels,
workflows,
tidyverse,
knitr,
rmarkdown,
roxygen2,
testthat (>= 3.0.0),
covr
SystemRequirements: Java (>= 8)
URL: https://github.com/business-science/modeltime.h2o
BugReports: https://github.com/business-science/modeltime.h2o/issues