dvc
dvc copied to clipboard
`dvc exp show` remove workspace row
I am using the dvc tool to track experiments in my repo. When I run dvc exp show I see a table with multiple rows, each corresponding to an experimental commit based off the HEAD commit. However, I also see a "workspace" row which includes information from HEAD itself. Since this does not correspond to an experiment, I'm wondering if there is a way to use dvc exp show but exclude this workspace row? The options in the dvc documentation seem to only exclude based on columns.
An option to hide this makes sense. Some options: --hide-workspace, --no-workspace, etc. Contributions are welcome.
I'm new but more than happy to take this up. Just 2 quick questions:
- any related tests I should look at or modify for this?
- "--hide-workspace" would be more apt so will go with that flag, is that okay?
Hi, is this issue open for contribution? I noticed @shivamchhuneja was interested and wanted to confirm before I started any work. If it's available, I would love to take this up as a first issue.
wanted
@MirjalilovS it is open, I did not pick this up yet