View source: R/CreateArgFuns.R
createRunPlpAnalysesArgs | R Documentation |
Create a parameter object for the function runPlp
createRunPlpAnalysesArgs( outcomeId = NULL, splitSettings = PatientLevelPrediction::createDefaultSplitSetting(), sampleSettings = PatientLevelPrediction::createSampleSettings(), featureEngineeringSettings = PatientLevelPrediction::createFeatureEngineeringSettings(), preprocessSettings = PatientLevelPrediction::createPreprocessSettings(), modelSettings = PatientLevelPrediction::setLassoLogisticRegression(), logSettings = PatientLevelPrediction::createLogSettings(), executeSettings = PatientLevelPrediction::createDefaultExecuteSettings(), matchingSettings = CohortMethod::createMatchOnPsArgs(), timepoint = NULL )
outcomeId |
The outcomeId for the prediction. |
splitSettings |
An object of type splitSettings that specifies
how to split the data into train/validation/test.
The default settings can be created using
|
sampleSettings |
An object of type |
featureEngineeringSettings |
An object of |
preprocessSettings |
An object of |
modelSettings |
An object of class |
logSettings |
An object of |
executeSettings |
An object of type |
matchingSettings |
The settings for the construction of the population on which the prediction model will be developed. |
timepoint |
The timepoint to predict risk (survival models only) |
Create an object defining the parameter values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.