pipeline.pipeline_runner module

This file runs the pipeline code. Its the full automation of all the pipelines’ code

class library.pipeline.pipeline_runner.PipelineRunner(dataset_path: str, model_task: str, pipelines_names: dict[str, list[str]], include_plots: bool = True, serialize_results: bool = False, variables: dict = None)[source]

Bases: object

run()[source]

All the runners have a .run method. We execute them sequentially for each of the phase runners in phase_runners dictionary. We then also send a message to the slack channel with the results and write to the log file.

Parameters:

None

Return type:

None