-
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
dvc exp show
with target
#6271
Comments
I agree with this as well, this would be useful for my use case, as we have distinct stages in different dvc.yaml files, and it would be great to see a tabular summary of results for each distinct dvc.yaml file |
A similar request from a user on discord:
https://discord.com/channels/485586884165107732/563406153334128681/902556996367171604 |
I'm curious how much this overlaps with #5966. In practice, I would expect |
To be honest, |
@lefos99 If you are experimenting within a single dvc.yaml file, are the other dvc.yaml files likely to change between experiments? |
@dberenbaum Do you mean if the But to answer to you question, all
|
@lefos99 Do the projects share some data or are they isolated? If they are isolated, you could set up each one with |
@lefos99 Right, sorry, I meant the Not to discount this feature request, just looking for workarounds that could help. |
Simultaneously we don't (and we can't as with DVC and |
Oh, that's interesting, I didn't know that. Thanks @daavoo |
Hello,
In our project, we have different
dvc.yaml
files, in different folders.I think it would be great (and much cleaner) if I could provide a target when I run the command
dvc exp show
.For example, I can already do
dvc status dvc.yaml
and get the status for only this specificdvc.yaml
, and not for the other ones. Would something similar fordvc exp show
be possible?Thank you in advance 😃
The text was updated successfully, but these errors were encountered: