processing.interfaces

Contents

processing.interfaces#

Abstract base classes for custom pre-processing and post-processing steps.

Provides PreProcStep and PostProcStep as the extension points for adding new transpilation or result-processing steps to the MonarQ pipeline.

Submodules#

base_step

This is a base class for every processing steps.

post_proc_step

Contains a base class that can be implemented for creating new post-processing steps

pre_proc_step

Contains a base class that can be used for creating new pre-processing steps