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

Machine learning experiment tracking and data versioning with DVC extension for VS Code

Results 125 vscode-dvc issues
Sort by recently updated
recently updated
newest added

We need to help users manage stages, metrics, models, params within the editor.

story
product
triage
A: pipelines
A: onboarding

- [ ] Dismiss interactive tooltips on ESC (https://github.com/iterative/vscode-dvc/pull/1986#issuecomment-1177989980) - [ ] On a bulk selection, if any of the experiments is removable, then show the remove option and remove...

priority-p1
🏠 housekeeping
A: table

When running a checkpoint based experiment with 200 epochs (in the workspace) `exp show --no-fetch --show-json` can take ~2m to return. The command seemed to max out at `138696ms` run...

A: table
A: integration
performance

I use to work with many folders under the same workspace, however the extension seems to be designed to have just one project. The most I can do is select...

A: extension

Since both product deal with experiments it's not immediately clear what's the difference is and when each of them should be used + we could have an extra mention of...

enhancement
A: docs

1. Why don't we use code snippets instead of just images? 2. Would expect to see the same title (correct for all the sections) 3. The section is about Available...

enhancement
good first issue
priority-p2
A: docs

This is a kinda fast way to help users to have custom information about the experiment. Please let’s discuss this idea. Thanks Note: we finally will remove the plots toggle...

enhancement
A: table
DVC-first

Hey, here I would like to raise this flag so we can discuss what our future plan is. Thanks Our options as I see it: ### One Completely remove the...

story
discussion
A: side-panel

In the Plots and Experiments views, is it possible to compare the workspace or experiments to past commits or branches? Right now, it seems limited to experiments based on the...

enhancement
story
discussion
A: table
A: plots

It would be nice to support https://dvc.org/doc/command-reference/exp/init as part of the extension commands. The command is useful for bootstrapping projects and only requires `git init` and `dvc init` which, as...

enhancement
A: integration