question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Deleting an Experiment Run

See original GitHub issue

The user indicates he wants to delete a particular experiment run.

  1. The user selects the experiment to delete. (by opening its detail view).
  2. The system shows a delete option in the detail view. (left-bottom under the menu).
  3. The tells the system to delete the experiment. (clicking on a delete button in the left-bottom)
  4. The system verifies the intention to delete the experiment. (a confirmation dialog)
  5. The user confirms his choice.
  6. The system deletes the run. (invoking DELETE on /api/run/<id>, which also deletes corresponding metrics, fs.files, and all other related entries).
  7. The system closes the detail view.
  8. The system removes the run from the table.

Postconditions:

  1. The run is deleted.
  2. Related metrics are deleted.
  3. Related sources are deleted.
  4. Related artifacts are deleted.

Alternative scenarios

    • The user does not confirm the choice - the run won’t be deleted. (Postconditions do not apply)
    • The run couldn’t be deleted. The user is informed with an alert box.

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:3
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
chovanecmcommented, Nov 22, 2017

It’s partially implemented - only the run itself and its metrics (if used) are deleted. Some garbage (like sources and artifacts) are not deleted, though. It’s in the development version: pip install https://github.com/chovanecm/sacredboard/archive/develop.zip

When I will have time to finish it is currently unclear 😦

0reactions
chovanecmcommented, Jan 17, 2018

My fault, I wanted to split it into several issues so that I can close each of them but now I realize I can keep this as a “parent” task. But I think I will put it into “icebox” then because I don’t currently plan to work on it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Delete a run in the experiment of mlflow from the UI so the run ...
The accepted answer indeed deletes the experiment, not the run of an experiment. In order to remove the directory one can use the...
Read more >
Create or delete an experiment | Vertex AI - Google Cloud
Deleting an experiment deletes that experiment and all experiment runs under the experiment. However, any pipeline runs, artifacts, and executions ...
Read more >
[FR] Deletion of an experiment to mark runs associated with ...
When I delete an experiment, the runs associated with that experiment are not marked for "delete". Hence, the artifacts associated with ...
Read more >
Delete an experiment - Cytobank Support
You can only delete an experiment if you are the uploader or the PR of the experiment. Marking an experiment as deleted actually...
Read more >
Track machine learning training runs - Azure Databricks
Delete workspace or notebook experiment from the experiments page or the experiment page. Important. This feature is in Public Preview. To ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found