Emre Sahin
Emre Sahin
## Expected I have a code that starts up sled in a function, like ```rust let db = sled::Config::new() .path(path) .use_compression(false) .mode(sled::Mode::HighThroughput) .open() .expect("Error opening Key Value store"); watch!(db); ```...
Related to #2883 - [x] [Index page](https://dvc-org-iesahin-ug-pipe-qykfpz.herokuapp.com/doc/user-guide/machine-learning-pipelines/defining-pipelines): General explanation about ML Pipelines - [x] [Defining Pipelines](https://dvc-org-iesahin-ug-pipe-qykfpz.herokuapp.com/doc/user-guide/machine-learning-pipelines/defining-pipelines) page. Covers: - Stages - Dependency graph (DAG) - `dvc.yaml` intro - Commands (`cmd`)...
The current documentation includes information on plots and metrics in the command reference for [`dvc plots`](https://dvc.org/doc/command-reference/plots) and [`dvc metrics`](https://dvc.org/doc/command-reference/metrics). We need a ~~self-contained~~ UG page for all features regarding the...
UPDATE: https://github.com/iterative/dvc.org/issues/2856#issuecomment-1278366397 --- This is the plan for data management trail that focuses on: - Adding data to DVC projects & Versioning data in DVC projects - The cache (local)...
## Status * We have 5 repositories: [example-get-started][egs], [dvc-checkpoints-mnist][dcm], [get-started-experiments][gse], [get-started-checkpoints][gsc], and [get-started-pipelines][gsp]. [egs]: https://github.com/iterative/example-get-started [dcm]: https://github.com/iterative/dvc-checkpoints-mnist [gse]: https://github.com/iterative/get-started-experiments [gsc]: https://github.com/iterative/get-started-checkpoints [gsp]: https://github.com/iterative/get-started-pipelines * We have a project that generates...
[utteranc.es](https://utteranc.es/) is a commenting system that ties Github issues with web pages. We can include it in dvc.org to increase user engagement and get feedback in our documentation. It's a...
It looks there are bugs in `dvc exp run` related to these options. It's better to remove these options from the ongoing guide in #2690. ## Waiting For - [x]...
> Follow-up to #2631 Guide in https://dvc.org/doc/user-guide/experiment-management/cleaning-experiments - [ ] Possibly copy edit/ summarize more - [ ] Remove similar examples from the command reference `dvc exp remove` and `dvc...
This is the third step in GS restructuring as we discussed in #2496 (may be closed by addressing this one). > See https://github.com/iterative/dvc.org/issues/2496#issuecomment-847598646, https://github.com/iterative/dvc.org/issues/2496#issuecomment-857021652, https://github.com/iterative/dvc.org/issues/2496#issuecomment-857080772 It will introduce creating pipelines,...