Marc Gris
08/31/2023, 3:05 PMkedro-mlflow
and am under the impression that there is some conflict / incompatibility with the dataset factory.
Having moved from
"models.{model}.embeddings":
type: pickle.PickleDataSet
filepath: "data/07_model_output/{model}_embeddings.pkl"
backend: joblib
versioned: True
layer: model_output
to
"models.{model}.embeddings":
type: kedro_mlflow.io.artifacts.MlflowArtifactDataSet
data_set:
type: pickle.PickleDataSet
filepath: "data/07_model_output/{model}_embeddings.pkl"
backend: joblib
versioned: True
layer: model_output
results in artifacts being saved without the model named properly interpolated, i.e “litteraly” saved as {model}_embeddings.pkl
Any comment ? Anything I’m missing ?
Many thanks in advance,
Regards,
M.Juan Luis
08/31/2023, 3:07 PMOmegaConfigLoader
andMerel
08/31/2023, 3:08 PMAnkita Katiyar
08/31/2023, 3:08 PMMerel
08/31/2023, 3:08 PMAnkita Katiyar
08/31/2023, 3:09 PMMarc Gris
08/31/2023, 3:20 PM<http://kedro_mlflow.io|kedro_mlflow.io>.artifacts.MlflowArtifactDataSet
I hope this is a trivial bug to fix 🙂
@Ankita Katiyar
Could you please share the ticket here, so that I may “follow” it and be automatically informed when it is fixed ?
Many thanks in advance,
Regards
M.Ankita Katiyar
08/31/2023, 3:33 PMMarc Gris
08/31/2023, 3:34 PMAnkita Katiyar
09/06/2023, 10:52 AMMarc Gris
09/06/2023, 2:08 PMAnkita Katiyar
09/07/2023, 4:56 PMMarc Gris
09/07/2023, 5:08 PM