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.
EMASE(loss, lambda, pre_weights)
Squared error of the models at each test point;
Number of periods to average over when computing MASE;
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()