mlm_insights.workflow.factory package

Submodules

mlm_insights.workflow.factory.execution_engine_factory module

mlm_insights.workflow.factory.execution_engine_factory.get_execution_engine_object(engine_type: str) ExecutionEngine

Method to get ExecutionEngine object for engine_types: dask|native

Args: engine_type: Engine type like ‘dask’, ‘native’, ‘spark’ as string

Returns

ExecutionEngine object

Module contents