Code to run the ensemble model development

runEnsemble(
  ensembleSettings,
  logSettings = PatientLevelPrediction::createLogSettings(logName = "ensemble"),
  saveDirectory,
  cohortDefinitions = NULL
)

Arguments

ensembleSettings

The ensemble specifications created using setEnsemble()

logSettings

The settings used to specify the logging, created using PatientLevelPrediction::createLogSettings()

saveDirectory

The location to save the ensemble

cohortDefinitions

The cohort definitions for cohorts used in the ensemble