Split¶
- class audformat.Split(type='other', *, description=None, meta=None)[source]¶
Database split.
Defines if a subset of a database should be used for training, development or testing.
- Parameters
- Raises
BadValueError – if an invalid
type
is passed
Examples
>>> Split(define.SplitType.TEST) {type: test}