View source: R/ExternalValidatePlp.R
externalValidateDbPlp | R Documentation |
This function extracts data using a user specified connection and cdm_schema, applied the model and then calcualtes the performance
externalValidateDbPlp(
plpModel,
validationDatabaseDetails = createDatabaseDetails(),
validationRestrictPlpDataSettings = createRestrictPlpDataSettings(),
settings = createValidationSettings(recalibrate = "weakRecalibration"),
logSettings = createLogSettings(verbosity = "INFO", logName = "validatePLP"),
outputFolder = getwd()
)
plpModel |
The model object returned by runPlp() containing the trained model |
validationDatabaseDetails |
A list of objects of class |
validationRestrictPlpDataSettings |
A list of population restriction settings created by |
settings |
A settings object of class |
logSettings |
An object of |
outputFolder |
The directory to save the validation results to (subfolders are created per database in validationDatabaseDetails) |
Users need to input a trained model (the output of runPlp()) and new database connections. The function will return a list of length equal to the number of cdm_schemas input with the performance on the new data
A list containing the performance for each validation_schema
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.