Shubham Jha
03/20/2025, 7:16 PMDatasetError:
Class 'kedro_datasets.matplotlib.MatplotlibDataset' not found, is this a typo?
'kedro_mlflow.io.artifacts.mlflow_artifact_dataset.MlflowArtifactDataset'.
Env config:
name : kedro-datasets
version : 6.0.0
description : Kedro-Datasets is where you can find all of Kedro's data connectors.
dependencies
- kedro >=0.19.7
- lazy_loader *
- matplotlib >=3.0.3,<4.0
required by
- kedro-mlflow requires *
My catalog entry:
"{namespace}.mlflow_confusion_matrix":
type: kedro_datasets.matplotlib.MatplotlibDataset
filepath: mlflow_artifacts/confusion_matrix.png
Hall
03/20/2025, 7:16 PMRavi Kumar Pilla
03/20/2025, 7:25 PMMatplotlibWriter
for now. In next release of kedro-datasets
i.e., 7.0.0 you should be able to use MatplotlibDataset
Ravi Kumar Pilla
03/20/2025, 7:27 PMMatplotlibDataset
is scheduled for `kedro-datasets`7.0.0 releaseShubham Jha
03/20/2025, 7:27 PMRashida Kanchwala
03/24/2025, 9:26 AM