Description Usage Arguments Value
View source: R/feature_generation.R
Takes the dataset, scans the given columns for values that have been listed as indicating NA, and adds a column indicating if this is a NA
1 | NA_indicators_predict(data, condition, columns)
|
data |
The new dataset, as a data.frame or data.table. |
condition |
Function to test if a value is missing. Should return true when a value is missing and false otherwise. |
columns |
The columns to check for missing values. Can be provided as logicals, integers, or characters |
The dataset with NA's properly processed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.