mlm_insights.mlm_dask.schema package

Submodules

mlm_insights.mlm_dask.schema.dask_schema_provider module

class mlm_insights.mlm_dask.schema.dask_schema_provider.DaskSchemaProvider(insights_schema: Dict[str, FeatureType])

Bases: SchemaProvider

Class for Dask schema provider.

get_engine_schema() Dict[str, Any]

Get the dask engine specific schema/metadata.

Returns

Dict[str, Any]

Dictionary of column name as key and data type as value.

Module contents