Description Usage Arguments Details Value
View source: R/feature_generation.R
Only keep previously selected columns
1 | preserve_columns_predict(data, preserved_columns)
|
data |
The new dataset, as a data.frame or data.table. |
preserved_columns |
A vector of columns that should be preserved |
To be used by pipe_remove_single_value_columns
and pipe_remove_high_correlation_features
The same data.frame or data.table, without single-value columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.