neuralset.base.Step¶
- pydantic model neuralset.base.Step[source][source]¶
Base class for composable pipeline nodes.
A
Steprepresents a single operation in a data processing pipeline, such as loading a study (Study) or transforming events (EventsTransform). Steps can be executed individually via.run()or grouped into aChain.Inherits caching and execution infrastructure from
exca.steps.Step(configured via theinfraparameter).- Parameters:
infra (exca.steps.Backend, optional) – Caching and execution infrastructure. Supports caching to disk (e.g.
Cachedbackend) and executing remotely on a cluster (e.g.Slurm). Pydantic will coerce a dict, e.g.{"backend": "Cached", "folder": "~/.cache/neuralset"}.- Fields: