library.pipeline.pipeline module

class library.pipeline.pipeline.Pipeline(dataset_path: str, model_results_path: str, model_task: str, random_state: int = 99)[source]

Bases: object

Initializes all the phases of the pipeline.

speak(message: str) None[source]

This is just an example function used to illustrate the pipelines functionality.

Parameters:

message (str) – The message to print