-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
dvc exp remove --keep #10593
Comments
Makes sense to me to have this as an option. |
Related to this is that |
Hi there ! Correct me if I'm wrong here (I'm just starting with this codebase). The idea here could be, first sort the commits in chronological order in Line 182 in fb24775
dvc/dvc/repo/experiments/remove.py Line 66 in fb24775
and then add arguments to the If I'm not too mistaken, I'm interested in giving it a shot as a first contribution to this repo ! Let me know 😊 |
ya overall that sounds right. thanks for tackling this. re: chronological. i thought, more specifically, it would just be going up the commit tree but i understand it would be the same ordering ...typically. |
Fixing the order of the commits was not required for the --keep thing, which also explains why I finally did not go with the --before and --after params on the CLI as initially thought. Yet, fixing the order of dvc exp list is something I might enjoy working next. |
I don't understand why one would want to remove the last n exps. Shouldn't this be in terms of
--keep
lastn
? The typical case is that one wants to just remove old exps.The text was updated successfully, but these errors were encountered: