-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.26 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
Package: mlr3inferr
Title: Inference on the Generalization Error
Version: 0.0.0.9000
Authors@R: c(
person("Sebastian", "Fischer", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-9609-3197")),
person("Hannah", "Schulz-Kümpel", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-3972-8392"))
)
Description: Confidence interval and resampling
methods for inference on the generalization error.
License: LGPL-3
URL: https://mlr3inferr.mlr-org.com,
https://github.com/mlr-org/mlr3inferr
BugReports: https://github.com/mlr-org/mlr3inferr/issues
Depends:
mlr3,
R (>= 3.1.0)
Imports:
checkmate,
data.table,
future,
lgr,
mlr3misc,
mlr3measures,
paradox,
R6,
withr
Suggests:
testthat (>= 3.0.0),
rpart
Remotes:
mlr-org/mlr3
Config/testthat/edition: 3
Encoding: UTF-8
NeedsCompilation: no
Roxygen: list(markdown = TRUE, r6 = TRUE)
RoxygenNote: 7.3.2
Collate:
'MeasureAbstractCi.R'
'aaa.R'
'MeasureCI.R'
'MeasureCIConZ.R'
'MeasureCICorT.R'
'MeasureCIHoldout.R'
'MeasureCINestedCV.R'
'MeasureCIWaldCV.R'
'ResamplingNestedCV.R'
'ResamplingPairedSubsampling.R'
'bibentries.R'
'zzz.R'