Instantiate a preset by name.
Returns either a single PreprocessingPipeline (uniform presets) or a
dict of modality -> pipeline (bundle presets like time_domain
and time_frequency).
- Parameters:
name (str)
- Return type:
PreprocessingPipeline | Dict[str, PreprocessingPipeline]