blocked_prequential {tsensembler} | R Documentation |
Prequential Procedure in Blocks
blocked_prequential(x, nfolds, FUN, .rbind = TRUE, ...)
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 |
intraining_estimations
function to use as FUN parameter.