zachmayer/caretEnsemble: Ensembles of Caret Models

Functions for creating ensembles of caret models: caretList() and caretStack(). caretList() is a convenience function for fitting multiple caret::train() models to the same dataset. caretStack() will make linear or non-linear combinations of these models, using a caret::train() model as a meta-model, and caretEnsemble() will make a robust linear combination of models using a GLM.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version2.0.3
URL https://github.com/zachmayer/caretEnsemble
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("zachmayer/caretEnsemble")
zachmayer/caretEnsemble documentation built on Sept. 28, 2023, 8:22 p.m.