Dataset classes and functions
This module contains classes and functions for working with datasets.
Features
|
Read features from given path into memory. |
|
Read features from given path either sequentially or by index. |
|
Register new read/write functions for a given file format. |
|
Convenience function to write features to given path. |
Annotations
|
Returns a pd.Series containing values for this annotation for each instance, indexed by name. |
|
Write sorted annotations CSV. |
Dataset loading and manipulation
|
A dataset that joins one or more individual datasets together and merges annotations. |
|
Defines information about a dataset. |
|
Defines a configuration for loading one or more datasets. |
|
Defines a selection of data to keep. |
|
Class representing a generic dataset, consisting of a set of features and optional partitions and annotations. |
|
Defines a dataset configuration. |
|
Defined a mapping between categorical groups. |
|
Defines a set of groups to keep or remove from a dataset. |
|
Defines a subset of a dataset. |
|
Load one or more datasets from a DataLoadConfig. |
|
Load one or more datasets with the given features. |
Utilities
|
Given a path to a dir or list of audio files, return a sequence of absolute paths to those files. |
|
Resample given audio clips to 16 kHz 16-bit WAV, and place in direcotory given by |
|
Resample given audio clips to 16 kHz 16-bit WAV. |
|
Write sorted file list. |