-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.29 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
Package: mlr3oml
Title: Connector Between 'mlr3' and 'OpenML'
Version: 0.10.0
Authors@R: c(
person("Michel", "Lang", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-9754-0393")),
person("Sebastian", "Fischer", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-9609-3197"))
)
Description: Provides an interface to 'OpenML.org' to list and download
machine learning data, tasks and experiments. The 'OpenML' objects can
be automatically converted to 'mlr3' objects. For a more
sophisticated interface with more upload options, see
the 'OpenML' package.
License: LGPL-3
URL: https://mlr3oml.mlr-org.com, https://github.com/mlr-org/mlr3oml
BugReports: https://github.com/mlr-org/mlr3oml/issues
Depends:
R (>= 3.1.0)
Imports:
backports (>= 1.1.6),
bit64,
checkmate,
curl,
data.table,
jsonlite,
lgr,
methods,
mlr3 (>= 0.16.0),
mlr3misc (>= 0.7.0),
paradox,
R6,
stringi,
uuid,
withr
Suggests:
DBI,
duckdb (>= 0.6.0),
mlr3db (>= 0.5.0),
qs,
RWeka,
testthat (>= 3.0.0),
xml2,
httr
Config/testthat/edition: 3
Encoding: UTF-8
NeedsCompilation: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3.9000
Config/Needs/website: rmarkdown