.FastTabularTableDatasetRecipe

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.

Methods

There are 2 methods for FastTabular.TableDatasetRecipe:

util.jl:493