Base level models are trained according to specs, and meta level models are trained using a blocked prequential procedure in out-of-bag samples from the training data.
train_ade(form, train, specs, lambda, lfun)
formula;
training data as a data frame;
a model_specs-class
object class. It contains
the parameter setting specifications for training the ensemble;
window size. Number of observations to compute the recent performance of the base models, according to the committee ratio omega. Essentially, the top omega models are selected and weighted at each prediction instance, according to their performance in the last lambda observations. Defaults to 50 according to empirical experiments;
meta loss function