R/PreprocessingData.R
preprocessData.Rd
A function that wraps around FeatureExtraction::tidyCovariateData to normalise the data and remove rare or redundant features
preprocessData(covariateData, preprocessSettings)
The covariate part of the training data created by splitData
after being sampled and having
any required feature engineering
The settings for the preprocessing created by createPreprocessSettings
The data processed
Returns an object of class covariateData
that has been processed