merging_in_experts: Merge models in each committee
Description
Merge models in each committee
Usage
merging_in_experts(C, Y_hat, W, FUN)
Arguments
C
list of ids representing
the models in each subset
Y_hat
data frame with the prediction of each model
across data
W
weights of each model according to recent performance
FUN
function used to combine the models in each
subset. Currently implemented options are: window_loss,
simple, and blast.