-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
103 lines (103 loc) · 2.76 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
93
94
95
96
97
98
99
100
101
102
103
Package: mlr3spatiotempcv
Title: Spatiotemporal Resampling Methods for 'mlr3'
Version: 2.3.1
Authors@R: c(
person("Patrick", "Schratz", , "patrick.schratz@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0748-6624")),
person("Marc", "Becker", , "marcbecker@posteo.de", role = "aut",
comment = c(ORCID = "0000-0002-8115-0400")),
person("Jannes", "Muenchow", , "jannes.muenchow@uni-jena.de", role = "ctb",
comment = c(ORCID = "0000-0001-7834-4717")),
person("Michel", "Lang", , "michellang@gmail.com", role = "ctb",
comment = c(ORCID = "0000-0001-9754-0393"))
)
Description: Extends the mlr3 ML framework with spatio-temporal resampling
methods to account for the presence of spatiotemporal autocorrelation
(STAC) in predictor variables. STAC may cause highly biased
performance estimates in cross-validation if ignored.
License: LGPL-3
URL: https://mlr3spatiotempcv.mlr-org.com/,
https://github.com/mlr-org/mlr3spatiotempcv,
https://mlr3book.mlr-org.com
BugReports: https://github.com/mlr-org/mlr3spatiotempcv/issues
Depends:
mlr3 (>= 0.12.0),
R (>= 3.5.0)
Imports:
checkmate,
data.table,
ggplot2 (>= 3.4.0),
mlr3misc (>= 0.11.0),
paradox,
R6,
utils
Suggests:
bbotk,
blockCV (>= 3.1.2),
caret,
CAST (>= 0.8.0),
ggsci,
ggtext,
here,
knitr,
lgr,
mlr3filters (>= 0.7.0.9000),
mlr3pipelines,
mlr3spatial,
mlr3tuning,
patchwork,
plotly,
rmarkdown,
rpart,
sf,
sperrorest,
terra,
testthat (>= 3.0.0),
twosamples,
vdiffr (>= 1.0.0),
withr
VignetteBuilder:
knitr
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
LazyData: true
NeedsCompilation: no
Roxygen: list(markdown = TRUE, r6 = TRUE)
RoxygenNote: 7.3.0
Collate:
'aaa.R'
'ResamplingRepeatedSpCVBlock.R'
'ResamplingRepeatedSpCVCoords.R'
'ResamplingRepeatedSpCVDisc.R'
'ResamplingRepeatedSpCVEnv.R'
'ResamplingRepeatedSpCVTiles.R'
'ResamplingRepeatedSpCVknndm.R'
'ResamplingRepeatedSptCVCstf.R'
'ResamplingSpCVBlock.R'
'ResamplingSpCVBuffer.R'
'ResamplingSpCVCoords.R'
'ResamplingSpCVDisc.R'
'ResamplingSpCVEnv.R'
'ResamplingSpCVKnndm.R'
'ResamplingSpCVTiles.R'
'ResamplingSptCVCstf.R'
'TaskClassifST.R'
'TaskRegrST.R'
'Task_classif_diplodia.R'
'Task_classif_ecuador.R'
'Task_regr_cookfarm_profiles.R'
'as_task_classif_st.R'
'as_task_regr_st.R'
'autoplot.R'
'autoplot_all_folds_dt.R'
'autoplot_all_folds_list.R'
'autoplot_multi_fold_dt.R'
'autoplot_multi_fold_list.R'
'autoplot_spcv_cstf.R'
'bibentries.R'
'helper.R'
'helper_DataBackend.R'
'helper_autoplot.R'
'reexports.R'
'zzz.R'