View source: R/Recalibration.R
recalibratePlp | R Documentation |
Train various models using a default parameter gird search or user specified parameters
recalibratePlp(
prediction,
analysisId,
typeColumn = "evaluationType",
method = c("recalibrationInTheLarge", "weakRecalibration")
)
prediction |
A prediction dataframe |
analysisId |
The model analysisId |
typeColumn |
The column name where the strata types are specified |
method |
Method used to recalibrate ('recalibrationInTheLarge' or 'weakRecalibration' ) |
The user can define the machine learning model to train (regularised logistic regression, random forest, gradient boosting machine, neural network and )
An object of class runPlp
that is recalibrated on the new data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.