.FastTabular
TableDatasetRecipe
struct
defined in module
FastTabular
TableDatasetRecipe(tablefile; catcols, contcols, kwargs...])
Recipe for loading a
TableDataset
.
tablefile
is the path of a file that can be read as a table.
catcols
and
contcols
indicate the categorical and continuous columns of the table. If they are not given, they are detected automatically.
There are
2
methods for FastTabular.TableDatasetRecipe
:
The following page links back here: