AutoScore_impute: Internal function: impute missing values in the training and validation sets
Description
Internal function: impute missing values in the training and validation sets
Usage
AutoScore_impute(train_set, validation_set = NULL)
Value
Returns the imputed sets.
Arguments
- train_set
A data.frame of the training data.
- validation_set
A data.frame of the validation data. Default is NULL.