View source: R/RunPlpHelpers.R
createExecuteSettings | R Documentation |
Creates list of settings specifying what parts of runPlp to execute
createExecuteSettings(
runSplitData = FALSE,
runSampleData = FALSE,
runFeatureEngineering = FALSE,
runPreprocessData = FALSE,
runModelDevelopment = FALSE,
runCovariateSummary = FALSE
)
runSplitData |
TRUE or FALSE whether to split data into train/test |
runSampleData |
TRUE or FALSE whether to over or under sample |
runFeatureEngineering |
TRUE or FALSE whether to do feature engineering |
runPreprocessData |
TRUE or FALSE whether to do preprocessing |
runModelDevelopment |
TRUE or FALSE whether to develop the model |
runCovariateSummary |
TRUE or FALSE whether to create covariate summary |
define what parts of runPlp to execute
list with TRUE/FALSE for each part of runPlp
# create settings with only split and model development
createExecuteSettings(runSplitData = TRUE, runModelDevelopment = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.