Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2021 05:13 AM
I am using ML flow and my need of the hour is to delete an experiment and want to create another experiment with same run.
client = MlflowClient(tracking_uri=server)
client.delete_experiment(1)This deletes the
experiment, but when I run a new experiment with the same name as the one I just deleted, it will return this error:
You can restore the experiment, or permanently delete the experiment to create a new one
Labels:
- Labels:
-
MlFlow
-
MLflow Experiment