base_ensemble: base_ensemble

Description Usage Arguments

View source: R/all-classes.r

Description

base_ensemble is a S4 class that contains the base models comprising the ensemble. Besides the base learning algorithms – base_models – base_ensemble class contains information about other meta-data used to compute predictions for new upcoming data.

Usage

1
base_ensemble(base_models, pre_weights, form, colnames)

Arguments

base_models

a list comprising the base models;

pre_weights

normalized relative weights of the base learners according to their performance on the available data;

form

formula;

colnames

names of the columns of the data used to train the base_models;


vcerqueira/tsensembler documentation built on Oct. 28, 2020, 11:46 p.m.