Mikhail Rozhkov
Mikhail Rozhkov
For enterprise usage of CML we often have to set up self-hosted `cml-runners` to be run on a server without an internet connection. Usually, it's due to some security issues....
# Bug Report I'm testing DVC Experiments for monorepo scenario using [this repo](https://github.com/mnrozhkov/monorepo-multiproject-detached-exps). I encountered unexpected behavior for `dvc exp push` Within a mono repo say we have: ``` -...
## Summary / Background I'm testing DVC Experiments for monorepo scenario. I encountered unexpected behavior for `dvc exp remove` Within a mono repo say we have: ``` - / -...
### **Summary:** We propose adding CSV file support as a [metics file format](https://dvc.org/doc/command-reference/metrics#supported-file-formats). This feature will allow users to leverage the flexibility and familiarity of CSV, and DataFrame libraries widely...
**Is your feature request related to a problem? Please describe.** Sometimes users may want to train a custom object-detection model with YoloV5 and use it in the OpenBot. To make...
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...
When people start using `Live.log_plot()`, they could struggle with getting an expected visualization because of 2 reasons 1. `log_plot()` is very opinionated about the data format required for every template...
Branch: step-7-metrics-and-experiments Tasks: - [ ] save 'reports/classes.csv` file - [ ] get confusion matrix plot with`dvc plots show reports/classes.csv --template confusion --template confusion` - [ ] `dvc plots show`...
Branch: step-5-automate-ml-pipeline Tasks: - [ ] make sure that you've completed the [Task 3.5](https://github.com/iterative/course-ds-base/issues/9) - [ ] run `dvc repro` (assume we do this for 1st time) - [ ]...
Branch: main Task: - [ ] Fork & clone repo - [ ] create a branch: git_basics - [ ] checkout, create a file, commit & push to remote -...