CategoryBlock {fastai} | R Documentation |
CategoryBlock
Description
'TransformBlock' for single-label categorical targets
Usage
CategoryBlock(vocab = NULL, sort = TRUE, add_na = FALSE)
Arguments
vocab |
vocabulary |
sort |
sort or not |
add_na |
add NA |
Value
Block object
[Package fastai version 2.2.2 Index]