Description Usage Arguments Value
View source: R/workflow_utils.R
Discard columns/rows with too many NAs and then impute with central value.
1 | centralImputTsNAs(train, test, nORp)
|
train |
training data set |
test |
testing data set |
nORp |
minimum percentage of NA values in a row/column for that row/column to be discarded from training set |
list with an entry for the training and test sets (in this order), both now with no NA values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.