R/RunPlpHelpers.R
createExecuteSettings.Rd
Creates list of settings specifying what parts of runPlp to execute
createExecuteSettings(
runSplitData = F,
runSampleData = F,
runfeatureEngineering = F,
runPreprocessData = F,
runModelDevelopment = F,
runCovariateSummary = F
)
TRUE or FALSE whether to split data into train/test
TRUE or FALSE whether to over or under sample
TRUE or FALSE whether to do feature engineering
TRUE or FALSE whether to do preprocessing
TRUE or FALSE whether to develop the model
TRUE or FALSE whether to create covariate summary
list with TRUE/FALSE for each part of runPlp
define what parts of runPlp to execute