Description Usage Arguments Value Examples
This function takes in training data and applies some preprocessing steps such as scaling and imputation
1 | preprocess(X)
|
X |
Array-like (Dataframe, Matrix, Array) Unprocessed numeric data |
An array representing the data after appropriate preprocessing steps are applied
1 2 | X = data.frame(1, 2)
preprocess(X)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.