paradance.pipeline.BasePipeline
- class paradance.pipeline.BasePipeline(dataframe: DataFrame | None = None, config_path: str | None = None, n_trials: int = 200)[source]
Abstract base class for implementing processing pipelines.
This class provides a structured way to define a sequence of operations for data processing and optimization tasks. It is designed to be subclassed with specific implementations of the abstract methods provided.
- config
Configuration settings loaded from a configuration file.
- Type:
Dict
- __init__(dataframe: DataFrame | None = None, config_path: str | None = None, n_trials: int = 200) None[source]
Methods
__init__([dataframe, config_path, n_trials])run()Run the main execution flow of the pipeline.
Displays the results of the optimization process.