Description Usage Arguments See Also
View source: R/ensembling-pipes.R
Building a committee for an ADE model
| 1 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.