Skip to main content

fseval.main

def fseval.main.run_pipeline(
cfg: PipelineConfig,
raise_incompatibility_errors: bool=False
) -> Optional[Dict]

Runs the fseval pipeline.

Attributes:

cfg : PipelineConfigThe pipeline configuration to use.
raise_incompatibility_errors : boolWhether to raise an error when an incompatible config was passed. Otherwise, the pipeline is exited gracefully. That is, no error is raised and the pipeline is stopped with an exit(0).