build_committee {tsensembler} | R Documentation |
Building a committee for an ADE model
build_committee(Y_hat, Y, lambda, omega)
Y_hat |
A data.frame containing the predictions of base models; |
Y |
True values of the time interval for which to compute the committee; |
lambda |
Window size. Number of observations to take into account to build the committee; |
omega |
Committee ratio – ratio of models to dynamically weight across the data; |
Other weighting base models:
EMASE()
,
get_top_models()
,
model_recent_performance()
,
model_weighting()
,
select_best()