Pre processing function for the training and test data set. Each numeric variable is standardized between -1 and 1 and each categorical variable is coded with a dummy coding.
Pre processing function for the training and test data set. Each numeric variable is standardized between -1 and 1 and each categorical variable is coded with a dummy coding.
preProcess(data)
data |
to be preprocesses |
return the pre processed dataset
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.