paradance.pipeline.ClassicalPipeline
- class paradance.pipeline.ClassicalPipeline(dataframe: DataFrame | None = None, config_path: str | None = None, n_trials: int = 200)[source]
Implements a classical pipeline for calculations.
This class extends BasePipeline to implement a pipeline specifically designed for classical calculations. It initializes the pipeline based on a configuration path and number of trials, loads a calculator based on the configuration, and shows the results of the calculations.
- __init__(dataframe: DataFrame | None = None, config_path: str | None = None, n_trials: int = 200) None[source]
Initializes the classical pipeline.
- Parameters:
config_path – The path to the configuration file, optional.
n_trials – The number of trials to run, defaults to 200.
Methods
__init__([dataframe, config_path, n_trials])Initializes the classical pipeline.
run()Run the main execution flow of the pipeline.
Displays the results of the calculation.