simpleImpute {PatientLevelPrediction} | R Documentation |
Simple Imputation
Description
This function does single imputation with the mean or median
Usage
simpleImpute(trainData, featureEngineeringSettings, done = FALSE)
Arguments
trainData |
The data to be imputed |
featureEngineeringSettings |
The settings for the imputation |
done |
Whether the imputation has already been done (bool) |
Value
The imputed data
[Package PatientLevelPrediction version 6.4.1 Index]