library.utils.phase_runner_definition.phase_runner module

class library.utils.phase_runner_definition.phase_runner.PhaseRunner(pipeline_manager: PipelineManager, include_plots: bool = False, save_path: str = '')[source]

Bases: ABC

In the extensions of this class u should write the code that you want to run in the notebook.

abstractmethod run() None[source]

Return something if you want to save it to the logs