View source: R/Recalibration.R
recalibratePlpRefit | R Documentation |
Train various models using a default parameter gird search or user specified parameters
recalibratePlpRefit(plpModel, newPopulation, newData)
plpModel |
The trained plpModel (runPlp$model) |
newPopulation |
The population created using createStudyPopulation() who will have their risks predicted |
newData |
An object of type |
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.