interpret_config

dtaianomaly.workflow.interpret_config(config: dict) Workflow[source]

Actual parsing/interpretation logic.

Interprets a given dictionary, and returns the corresponding workflow, setup as defined in the configuration file.

Parameters:
configdict

The configuration dictionary to parse.

Returns:
Workflow

A Workflow object containing all the components specified in the config.