replicate_pipeline_from_path
- replicate_pipeline_from_path(path: str | Path, **kwargs) None [source]
Run the same pipeline several times from a configuration file by path.
- Parameters:
path (str | Path) – The path to the JSON/YAML configuration for the experiment.
kwargs – Keyword arguments to be passed through to
replicate_pipeline_from_config()
.
- Return type:
None