dacapo.experiments.datasplits.datasplit_config

Module Contents

Classes

DataSplitConfig

A class used to create a DataSplit configuration object.

class dacapo.experiments.datasplits.datasplit_config.DataSplitConfig

A class used to create a DataSplit configuration object.

name

A name for the datasplit. This name will be saved so it can be found and reused easily. It is recommended to keep it short and avoid special characters.

Type:

str

verify() Tuple[bool, str]:

Validates if it is a valid data split configuration.

name: str
verify() Tuple[bool, str]

Validates if the current configuration is a valid data split configuration.

Returns:

True if the configuration is valid, False otherwise along with respective validation error message.

Return type:

Tuple[bool, str]