Global Standard imputation is used the Global Median and standard as the cutoff to impute the missing value. We calculate the mean or median for all non missing values of that variable then replace missing value with mean or median
1 2 3 | impute_GlobalStandard(object, width = 0.3, downshift = 1.8)
impute_knn(object)
|
object, |
Object; a ['matrix'](Row->Features; Column->Samples). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.