library.phases.runners.modelling.utils.states.modelling_runner_states_base module¶
- class library.phases.runners.modelling.utils.states.modelling_runner_states_base.ModellingRunnerStates(pipeline_manager: PipelineManager, save_plots: bool = False, save_path: str = None)[source]¶
Bases:
ABC
This is the base class for the modelling runner states. It contains the common methods for all the states. In this case, it forces the run method to be implemented and to have the same initialization parameters.