Learn R Programming

PatientLevelPrediction (version 4.3.10)

createEnsemble: Combine models into an Ensemble

Description

Combine models into an Ensemble

Usage

createEnsemble(runPlpList, weighted = F, weights = NULL)

Arguments

runPlpList

The runPlp results for the different models to combine

weighted

If F then mean across models is used, if T must input weights or AUC weighting is used

weights

A vector of length(runPlpList) with the weights to assign each model