Learn R Programming

PatientLevelPrediction (version 6.4.1)

createExecuteSettings: Creates list of settings specifying what parts of runPlp to execute

Description

Creates list of settings specifying what parts of runPlp to execute

Usage

createExecuteSettings(
  runSplitData = FALSE,
  runSampleData = FALSE,
  runFeatureEngineering = FALSE,
  runPreprocessData = FALSE,
  runModelDevelopment = FALSE,
  runCovariateSummary = FALSE
)

Value

list with TRUE/FALSE for each part of runPlp

Arguments

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

Details

define what parts of runPlp to execute

Examples

Run this code
# create settings with only split and model development
createExecuteSettings(runSplitData = TRUE, runModelDevelopment = TRUE) 

Run the code above in your browser using DataLab