Description Usage Arguments Value See Also
View source: R/ensembling-pipes.R
This function computes the weights of the learning models using the Moving Average Squared Error (MASE) function This method provides a simple way to quantify the recent performance of each base learner and adapt the combined model accordingly.
1 | EMASE(loss, lambda, pre_weights)
|
loss |
Squared error of the models at each test point; |
lambda |
Number of periods to average over when computing MASE; |
pre_weights |
pre-weights of the base models computed in the train set. |
The weights of the models in test time.
Other weighting base models: build_committee
,
get_top_models
,
model_recent_performance
,
model_weighting
, select_best
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.