Description Usage Arguments Value See Also
View source: R/ensembling-pipes.R
This function computes EMASE, Erfc Moving Average Squared Error, to quantify the recent performance of the base models.
1 | model_recent_performance(Y_hat, Y, lambda, omega, pre_weights)
|
Y_hat |
A |
Y |
know true values from past data to compare the predictions to; |
lambda |
Window size. Number of periods to average over when computing MASE; |
omega |
Ratio of top models in the committee; |
pre_weights |
The initial weights of the models, computed in the available data during the learning phase; |
A list containing two objects:
The weights of the models in each time point
Models in the committee in each time point
Other weighting base models: EMASE
,
build_committee
,
get_top_models
,
model_weighting
, select_best
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.