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

dvc exp remove: should we make --queue work with -n and other flags ? #10639

Open
rmic opened this issue Nov 28, 2024 · 0 comments
Open

dvc exp remove: should we make --queue work with -n and other flags ? #10639

rmic opened this issue Nov 28, 2024 · 0 comments
Labels
A: experiments Related to dvc exp discussion requires active participation to reach a conclusion

Comments

@rmic
Copy link
Contributor

rmic commented Nov 28, 2024

Currently using dvc exp remove --queue clears the whole queue (much like dvc queue remove).

dvc exp remove has some useful modifiers, such as -n to specify how many experiments should be deleted, or a list of the names of the experiments to remove.

These modifiers currently don't affect the behavior of the remove command on queued experiments.
The question is : should they ? and if so, how would that work ? and what would be the semantics when composing multiple modifiers together ? e.g.: what would the remove command do exactly if we composed --rev, --queue and -n together ?

This is an open question initially raised during a previous conversation with @shcheklein , see the full thread here : #10633 (comment))

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 discussion requires active participation to reach a conclusion
Projects
None yet
Development

No branches or pull requests

2 participants