EXPERIMENT TRACKING

marirapellini
Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 16 ✭
Hi
I created a run where I save a model as an artifact
Is it possible to delete this artifact from reopening the run with a recipe?
thank you
Answers
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,270 Dataiker
Hi @marirapellini
,
If I understand correctly you've set up some expriments
https://doc.dataiku.com/dss/latest/mlops/experiment-tracking/tracking.htmlYou should be able to use the existing mlflow client and delete_experiment:
https://mlflow.org/docs/latest/python_api/mlflow.client.html#mlflow.client.MlflowClient.delete_experiment
Let us know if that works for you.