pipeline_from_path
- pipeline_from_path(path: str | Path, **kwargs) PipelineResult [source]
Run the pipeline with configuration in a JSON/YAML file at the given path.
- Parameters:
path (str | Path) – The path to an experiment configuration file. The loaded configuration is passed to
pipeline_from_config()
.kwargs – Additional kwargs to forward to
pipeline()
.
- Returns:
The results of running the pipeline on the given configuration.
- Return type: