-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 show: sort commits #7263
Comments
@shcheklein @tapadipti What do you think about this for Studio? Have you seen any requests to sort across branches? |
The only slightly related one is this one iterative/studio-support#44 . That's all that comes to my mind, @dberenbaum . May be Tapa can remember more. btw, @mattseddon I think we decided in VS Code to sort actual parents (and keep checkpoints as-is) or what is the current mode? |
That's correct, we only sort experiments and leave their checkpoints alone. |
Sorry for being unclear, this is not related to checkpoints. By parent commit, I mean the branch, tag, or regular Git commit from which the experiment originated. For example:
Not the best example, but this is about sorting between |
Right now we only show experiments for the current workspace. This would be a future question/problem for us, not immediate 👍🏻 . |
There's another one related to comparing results across branches (https://github.com/iterative/cse/issues/17). But this also isn't about sorting across branches. |
Not in current plans |
It's currently only possible to sort experiments within their parent commit, but it can also be useful to sort the actual commits, tags, or branches themselves. It would be nice to have some option like
--sort-commits
,--sort-parents
, or similar.See https://discuss.dvc.org/t/dvc-exp-show-experiment-not-showing-wrong-position/1019/1
The text was updated successfully, but these errors were encountered: