fitPlp | R Documentation |
Train various models using a default parameter gird search or user specified parameters
fitPlp(trainData, modelSettings, search = "grid", analysisId, analysisPath)
trainData |
An object of type |
modelSettings |
An object of class
|
search |
The search strategy for the hyper-parameter selection (currently not used) |
analysisId |
The id of the analysis |
analysisPath |
The path of the analysis |
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 plpModel
containing:
model |
The trained prediction model |
preprocessing |
The preprocessing required when applying the model |
prediction |
The cohort data.frame with the predicted risk column added |
modelDesign |
A list specifiying the modelDesign settings used to fit the model |
trainDetails |
The model meta data |
covariateImportance |
The covariate importance for the model |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.