powered by
This function uses train to build a set of predictive models, according to specs
learning_base_models(train, form, specs)
training set to build the predictive models;
formula;
object of class model_specs-class
model_specs-class
A series of predictive models (base_model), and the weights of the models computed in the training data (preweights).
base_model
preweights
build_base_ensemble.
build_base_ensemble
# NOT RUN { data("water_consumption") dataset <- embed_timeseries(water_consumption, 5) specs <- model_specs(c("bm_ppr","bm_svr"), NULL) M <- build_base_ensemble(target ~., dataset, specs) # }
Run the code above in your browser using DataLab