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