- 
                Notifications
    
You must be signed in to change notification settings  - Fork 1.3k
 
Open
Labels
A: experimentsRelated to dvc expRelated to dvc expfeature requestRequesting a new featureRequesting a new featurep2-mediumMedium priority, should be done, but less importantMedium priority, should be done, but less important
Description
with dvc experiments, allow the option to add tags to it so that we can easily group/filter them easily!
- Creating an experiment 
dvc exp run --name "name" --tag "tag1","tag2". - For existing experiments 
dvc exp tag --name "name" --tag "tag3","tag4" - To remove tags 
dvc exp tag --name "name --tag "tag4" --untag - 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.
shcheklein, lefos99 and aguiddirSoyGema, shcheklein and AmelBel1927
Metadata
Metadata
Assignees
Labels
A: experimentsRelated to dvc expRelated to dvc expfeature requestRequesting a new featureRequesting a new featurep2-mediumMedium priority, should be done, but less importantMedium priority, should be done, but less important