mlm_insights.mlm_native.execution_engine package¶
Submodules¶
mlm_insights.mlm_native.execution_engine.native_engine module¶
- class mlm_insights.mlm_native.execution_engine.native_engine.NativeEngine¶
Bases:
ExecutionEngine
Class for Native execution engine functionality.
- get_schema_provider(input_schema: Dict[str, FeatureType]) NativeSchemaProvider ¶
Method to convert native engine specific schema using user schema.
Parameters¶
- input_schema: Dict[str, FeatureType]
key-value pair
key: attribute name from data set
value: attribute data type and variable type
Returns¶
- NativeSchemaProvider
Native engine specific schema