# L1 logistic regression model to predict the outcomeId 2 using the targetId 2
# with with default population, restrictPlp, split, and covariate settings
createModelDesign(
targetId = 1,
outcomeId = 2,
modelSettings = setLassoLogisticRegression(seed=42),
populationSettings = createStudyPopulationSettings(),
restrictPlpDataSettings = createRestrictPlpDataSettings(),
covariateSettings = FeatureExtraction::createDefaultCovariateSettings(),
splitSettings = createDefaultSplitSetting(splitSeed = 42),
runCovariateSummary = TRUE
)
Run the code above in your browser using DataLab