replicate_pipeline_from_path
- replicate_pipeline_from_path(path, **kwargs)[source]
Run the same pipeline several times from a configuration file by path.
- Parameters:
path (
Union[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: