Pipeline LibraryΒΆ

ForML comes with a number of useful operators, actors, and general utility functions ready to be engaged in pipeline implementations.

The library is not essential to any of the ForML base functionality and rather offers additional extensions on top of the core API. It is currently not particularly rich but some of the included high-level entities can already boost the typical pipeline development process or possibly serve as a point of reference demonstrating the power of the underlying ForML workflow architecture.

This pipeline library is organized into the following functionally related modules:

forml.pipeline.wrap

Decorators for creating operators and actors by wrapping generic (non-ForML) implementations.

forml.pipeline.payload

General payload manipulation utilities.

forml.pipeline.ensemble

Advanced operators for aggregating multiple models into an ensemble.