MultiCategorize {fastai} | R Documentation |
MultiCategorize
Description
Reversible transform of multi-category strings to 'vocab' id
Usage
MultiCategorize(vocab = NULL, add_na = FALSE)
Arguments
vocab |
vocabulary |
add_na |
add NA |
Value
None
[Package fastai version 2.2.2 Index]