blocked_prequential: Prequential Procedure in Blocks

Description Usage Arguments See Also

View source: R/out-of-bag-pipes.r

Description

Prequential Procedure in Blocks

Usage

1
blocked_prequential(x, nfolds, FUN, .rbind = TRUE, ...)

Arguments

x

data to split into nfolds blocks;

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.


tsensembler documentation built on Oct. 27, 2020, 5:07 p.m.