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