Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exp branch: Add a flag --remove or --delete to remove the persisted experiment #6329

Closed
iesahin opened this issue Jul 16, 2021 · 1 comment
Closed
Labels
A: experiments Related to dvc exp enhancement Enhances DVC

Comments

@iesahin
Copy link

iesahin commented Jul 16, 2021

Current behavior

dvc exp branch exp-123ab my-exp

creates a new Git branch my-exp.

dvc exp list still lists the branched experiment though.

dvc exp list
main:
    exp-123ab

Proposed behavior

A flag in dvc exp branch (and maybe dvc exp apply) to delete the experiment record from DVC once they are promoted to a branch.

dvc exp branch --remove exp-123ab my-exp
dvc exp list 
main:
   (no exp-123ab)    

This might also be the default behavior that can be turned off with a --no-remove flag.

@daavoo
Copy link
Contributor

daavoo commented Oct 25, 2022

Closing in favor of #7576

@daavoo daavoo closed this as not planned Won't fix, can't repro, duplicate, stale Oct 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: experiments Related to dvc exp enhancement Enhances DVC
Projects
None yet
Development

No branches or pull requests

3 participants