Categorify {fastai} | R Documentation |
Categorify
Description
Transform the categorical variables to that type.
Usage
Categorify(cat_names, cont_names)
Arguments
cat_names |
The names of the categorical variables |
cont_names |
The names of the continuous variables |
Value
None
[Package fastai version 2.2.2 Index]