dvc icon indicating copy to clipboard operation
dvc copied to clipboard

Add tags to DVC experiments

Open legendof-selda opened this issue 2 years ago • 2 comments

with dvc experiments, allow the option to add tags to it so that we can easily group/filter them easily!

  1. Creating an experiment dvc exp run --name "name" --tag "tag1","tag2".
  2. For existing experiments dvc exp tag --name "name" --tag "tag3","tag4"
  3. To remove tags dvc exp tag --name "name --tag "tag4" --untag
  4. For filtering dvc exp list --tag "tag1","tag2", dvc exp list --not-tag "tag1","tag2"

This makes it very easy to use. Would be very useful especially when we need to clean up the experiments.

legendof-selda avatar Dec 14 '23 14:12 legendof-selda

I really like the idea of

2.For existing experiments dvc exp tag --name "name" --tag "tag3","tag4"

Because in my team, we use tags/releases to persist our models.

lefos99 avatar Oct 16 '24 13:10 lefos99

Any update on this proposed feature? Or are different experimental branches still the proposed means to track different version sets across experimentation?

DanSimonet avatar Nov 05 '25 06:11 DanSimonet