vscode-dvc
vscode-dvc copied to clipboard
Machine learning experiment tracking and data versioning with DVC extension for VS Code
Meta-issue to track ideas to help with debugging and inspecting dvc projects. Related tickets: - https://github.com/iterative/vscode-dvc/issues/5048 - https://github.com/iterative/vscode-dvc/issues/1192 - https://github.com/iterative/vscode-dvc/issues/5181 - https://github.com/iterative/vscode-dvc/issues/5018
In enterprise environment there are usually a bunch of env vars that we need to set to access things like proxy, custom SSL certs, etc, etc. It can be set...
o show plots in VSCode, people need to select experiments to which they want to show plots. There are a few points we could improve to make UX better. This...
CONTEXT : [Neural Machine Translation](https://github.com/SoyGema/Neural-Machine-Translation) training scenario. - VSCode version `1.7.8` - DVC Version `2.56.0` - DVC VSCode extension Version `0.8.7` The smoothing feature shows two lines instead of one....
The experiments table shows the hash of dvc-tracked files associated with the experiment in purple like this: This is useful to quickly identify when files have changed but is limited....
https://github.com/iterative/vscode-dvc/assets/3659196/d2e544bb-0de3-440b-9769-2609b996093c Single experiment runs fine even within a queue. Might be related to some resource allocation when it tries to do 2 of them, but I can't say what's going...
https://github.com/iterative/vscode-dvc/assets/3659196/9b346856-bf72-4cc0-a467-eea94c6ccaeb
E.g. `/usr/local/bin/python -m dvc plots diff workspace testy-leno`. We should not be using `testy-leno` - it's ambiguous. Only if we don't know the hash yet it's fine to use name...
From using it: https://github.com/iterative/vscode-dvc/assets/3659196/f7b41659-7014-4a56-bcf4-926a63280041 - In the preview screen. As we change the step number we need to also update the preview. - Multiple previews (?) - need some research...
## Motivation - Improve **high-level understanding for the user** about pipelines and the relationship between code , dvc.yaml, and params.yaml file _without_ leaving the IDE. - Place the button to...