one_hot_decode | R Documentation |
one_hot_decode
builds back an already one-hot encoded variable into its original value form.
one_hot_decode(m)
m |
An already one-hot encoded variable in form of a matrix as the outcome from |
A vector with the original levels of a categorical variable.
one_hot_encode
.
Other Dummifying:
append_rows()
,
dummify()
,
dummify_multilabel()
,
effectcoding()
,
one_hot_encode()
,
remove_columns()
,
resample_imbalanced()
,
sparse_encode()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.