blocked_prequential {tsensembler} | R Documentation |
Prequential Procedure in Blocks
Description
Prequential Procedure in Blocks
Usage
blocked_prequential(x, nfolds, FUN, .rbind = TRUE, ...)
Arguments
x |
data to split into |
nfolds |
number of blocks to split data into; |
FUN |
to apply to train/test; |
.rbind |
logical. If TRUE, the results from FUN are rbinded; |
... |
further parameters to FUN |
See Also
intraining_estimations
function to use as FUN parameter.
[Package tsensembler version 0.1.0 Index]