-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
54 lines (54 loc) · 1.62 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
Package: mlr3benchmark
Title: Analysis and Visualisation of Benchmark Experiments
Version: 0.1.6-9000
Authors@R:
c(person(given = "Sonabend",
family = "Raphael",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-9225-4654")),
person(given = "Florian",
family = "Pfisterer",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-8867-762X")),
person(given = "Michel",
family = "Lang",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0001-9754-0393")),
person(given = "Bernd",
family = "Bischl",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0001-6002-6980")),
person(given = "Sebastian",
family = "Fischer",
role = c("cre", "ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9609-3197")))
Description: Implements methods for post-hoc analysis and
visualisation of benchmark experiments, for 'mlr3' and beyond.
License: LGPL-3
URL: https://mlr3benchmark.mlr-org.com,
https://github.com/mlr-org/mlr3benchmark
BugReports: https://github.com/mlr-org/mlr3benchmark/issues
Depends:
R (>= 3.1.0)
Imports:
checkmate,
data.table,
ggplot2,
mlr3misc,
R6
Suggests:
mlr3,
mlr3learners,
PMCMRplus,
rpart,
testthat,
xgboost
Encoding: UTF-8
NeedsCompilation: no
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2