powered by
Creates list of settings specifying what parts of runPlp to execute
createExecuteSettings( runSplitData = FALSE, runSampleData = FALSE, runFeatureEngineering = FALSE, runPreprocessData = FALSE, runModelDevelopment = FALSE, runCovariateSummary = FALSE )
list with TRUE/FALSE for each part of runPlp
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
define what parts of runPlp to execute
# create settings with only split and model development createExecuteSettings(runSplitData = TRUE, runModelDevelopment = TRUE)
Run the code above in your browser using DataLab