caretEnsemble (version 1.0.0)
Ensembles of Caret Models
Description
Functions for creating ensembles of caret models: caretList,
caretEnsemble, and caretStack. caretList is a convenience function for
fitting multiple caret::train models to the same dataset. caretEnsemble will
make a linear combination of these models using greedy forward selection,
and caretStack will make linear or non-linear combinations of these models,
using a caret::train model as a meta-model.