# Generated by roxygen2: do not edit by hand

export(ADE)
export(DETS)
export(EMASE)
export(ade_hat)
export(ae)
export(base_ensemble)
export(base_models_loss)
export(best_mvr)
export(blocked_prequential)
export(bm_cubist)
export(bm_ffnn)
export(bm_gaussianprocess)
export(bm_gbm)
export(bm_glm)
export(bm_mars)
export(bm_pls_pcr)
export(bm_ppr)
export(bm_randomforest)
export(bm_svr)
export(bm_xgb)
export(build_base_ensemble)
export(build_committee)
export(combine_predictions)
export(compute_predictions)
export(dets_hat)
export(embed_timeseries)
export(get_target)
export(get_top_models)
export(get_y)
export(holdout)
export(intraining_estimations)
export(intraining_predictions)
export(l1apply)
export(loss_meta_learn)
export(meta_cubist)
export(meta_cubist_predict)
export(meta_ffnn)
export(meta_ffnn_predict)
export(meta_gp)
export(meta_gp_predict)
export(meta_lasso)
export(meta_lasso_predict)
export(meta_mars)
export(meta_mars_predict)
export(meta_pls)
export(meta_pls_predict)
export(meta_ppr)
export(meta_ppr_predict)
export(meta_predict)
export(meta_rf)
export(meta_rf_predict)
export(meta_svr)
export(meta_svr_predict)
export(meta_xgb)
export(meta_xgb_predict)
export(model_recent_performance)
export(model_specs)
export(model_weighting)
export(mse)
export(normalize)
export(predict)
export(proportion)
export(quickADE)
export(rbind_l)
export(recent_lambda_observations)
export(rmse)
export(roll_mean_matrix)
export(se)
export(select_best)
export(sequential_reweighting)
export(sliding_similarity)
export(soft.completion)
export(softmax)
export(split_by)
export(split_by.)
export(split_by_)
export(train_ade)
export(train_ade_quick)
export(update_ade)
export(update_ade_meta)
export(update_base_models)
export(update_weights)
export(xgb_optimizer)
export(xgb_predict)
export(xgb_predict_)
exportClasses(ADE)
exportClasses(DETS)
exportClasses(ade_hat)
exportClasses(base_ensemble)
exportClasses(dets_hat)
exportClasses(model_specs)
exportMethods(predict)
import(Cubist)
import(earth)
import(foreach)
import(gbm)
import(glmnet)
import(kernlab)
import(monmlp)
import(parallel)
import(pls)
import(ranger)
import(softImpute)
import(xgboost)
import(xts)
import(zoo)
importFrom(Cubist,cubist)
importFrom(earth,earth)
importFrom(pls,mvr)
importFrom(stats,ppr)
