iterative / vscode-dvc

Machine learning experiment tracking and data versioning with DVC extension for VS Code
https://marketplace.visualstudio.com/items?itemName=Iterative.dvc
Apache License 2.0
190 stars 28 forks source link

Experiment message column in the "Show experiments" view. #5596

Open bakaleks opened 3 months ago

bakaleks commented 3 months ago

Hi It would be great to have a Message column in the experiment list view filled with what was provided to the --message argument of dvc exp run.

mattseddon commented 3 months ago

Which view are you talking about? The sidebar view or the main editor one? Did you know that you can name your experiments using the --name flag, which will appear in either view?

bakaleks commented 3 months ago

The main editor window, the one you get when you click on "Show Experiments" button. The --name flag is unfortunately very limiting as you can't put a complete sentence with spaces describing what an experiment is trying to achieve. I see that DVC Studio has that field, but not VSCode extension image