preProcessResample | R Documentation |
This function applies pre-processing transformations to the dataset, then resamples it.
preProcessResample(
datasetData,
preProcess,
selectedOutcomeColumns,
outcome_and_classes,
settings
)
datasetData |
Dataframe to be pre-processed |
preProcess |
Vector of pre-processing methods to apply |
selectedOutcomeColumns |
Character vector of outcome columns |
outcome_and_classes |
List of outcomes and their classes |
settings |
A named list containing settings for the analysis. If NULL, defaults will be used. The settings list may contain:
- |
A list containing the pre-processing mapping and the processed dataset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.