Building a committee for an ADE model
build_committee(Y_hat, Y, lambda, omega)A data.frame containing the predictions of base models;
True values of the time interval for which to compute the committee;
Window size. Number of observations to take into account to build the committee;
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