vscode-dvc icon indicating copy to clipboard operation
vscode-dvc copied to clipboard

Exp info when selecting exps to display in Plots

Open alex000kim opened this issue 3 years ago • 3 comments

When adding experiments to Plots, I'd like to see at least some info about the experiments I am adding because experiment names don't tell me anything useful. An idea: Maybe we can display metrics next to the experiment names, and display more info (e.g. params) on hover?

alex000kim avatar Sep 14 '22 00:09 alex000kim

How about adding the first 3 metrics that are found in the table (by leftmost position) to the description in the quick pick:

image

mattseddon avatar Oct 11 '22 02:10 mattseddon

Params and data information are equally important. We should pick first three columns in the table (any columns). Ideally we should be able to pin those columns we are interested in.

I think we should also include date (and ideally how long did it take to run, but that's a separate ticket). We can show those under the exp name for example in quick pick?

shcheklein avatar Oct 11 '22 04:10 shcheklein

Suggested format for a new tooltip in the experiments tree:

image

mattseddon avatar Oct 11 '22 05:10 mattseddon