Shortcuts

TabularData

class flash.tabular.data.TabularData(train_input=None, val_input=None, test_input=None, predict_input=None, data_fetcher=None, val_split=None, batch_size=None, num_workers=0, sampler=None, pin_memory=True, persistent_workers=False)[source]
property embedding_sizes: list

Recommended embedding sizes.

Return type

list

input_transform_cls

alias of flash.core.data.io.input_transform.InputTransform

output_transform_cls

alias of flash.core.data.io.output_transform.OutputTransform

property parameters: Optional[Dict[str, Any]]

The parameters dictionary created from the train data when constructing the TabularData object.

Return type

Optional[Dict[str, Any]]

Read the Docs v: 0.7.3
Versions
latest
stable
0.7.3
0.7.2
0.7.1
0.7.0
0.6.0
0.5.2
0.5.1
0.5.0
0.4.0
0.3.2
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0post1
docs-fix_typing
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.