Workflow module
It is often crucial to perform large scale experiments to analyze the performance
of anomaly detectors on large benchmark sets. The Workflow module offer such
functionality and can be imported as follows:
>>> from dtaianomaly import workflow
We refer to the documentation for more information regarding the configuration and use of a Workflow.
Loading a workflow from a configuration file
|
Construct a Workflow using a configuration at a given path. |
|
Actual parsing/interpretation logic. |