Description Usage Arguments Examples
imputation.prepare - compute mean, median or mode for selected columns, this values can be used to fill missing values
1 | imputation.prepare(data, columnIndices, columnOptions)
|
columnIndices |
- select columns you want to process |
columnOptions |
- select type of data inputation schema per column. One of: - 'average' - 'median' - 'mode' |
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.