autointent.custom_types.Split#

class autointent.custom_types.Split#

Constants representing dataset splits.

Variables:
  • TRAIN (str) – Training split.

  • VALIDATION (str) – Validation split.

  • TEST (str) – Testing split.

  • OOS (str) – Out-of-scope split.

  • INTENTS (str) – Intents split.

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