autointent.custom_types.Split#

class autointent.custom_types.Split#

Enumeration of data splits in the AutoIntent framework.

TRAIN#

Represents the training data split.

VALIDATION#

Represents the validation data split.

TEST#

Represents the test data split.

INTENTS#

Represents the intents data split.

TRAIN = 'train'#
VALIDATION = 'validation'#
TEST = 'test'#
INTENTS = 'intents'#