-
Notifications
You must be signed in to change notification settings - Fork 394
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #903 from iterative/engine/remove-indices
cmd ref: remove unnecessary indices?
- Loading branch information
Showing
4 changed files
with
23 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,10 @@ | ||
# Tutorials | ||
|
||
- [Interactive Tutorials](/doc/tutorials/interactive) <br/> Interactive lessons | ||
and tutorials on [Katacoda](https://katacoda.com/dvc) that explain the basic | ||
concepts of DVC and show how to use it in simple ML scenarios. | ||
|
||
- [Data Versioning](/doc/tutorials/versioning) <br/> Using DVC commands to work | ||
with multiple versions of datasets and ML models. | ||
|
||
- [Stages and Pipelines](/doc/tutorials/pipelines) <br/> Using DVC commands to | ||
build a simple ML pipeline. | ||
|
||
- [Comprehensive Tutorial](/doc/tutorials/deep) <br/> Introduces DVC | ||
step-by-step, while additionally explaining in great detail the motivation and | ||
what's happening internally. | ||
|
||
- [Community Tutorials](/doc/tutorials/community) <br/> Blog posts from the | ||
community which show how they use DVC in their ML scenarios. | ||
Beyond the _Get Started_ guide, our tutorials provide similarly reproducible | ||
walkthroughs on more advanced topics. They also come in different formats such | ||
as the [interactive](/doc/tutorials/interactive) ones (to try and learn DVC | ||
without installing it), and from different sources like our official ones and | ||
those produced by the DVC [community](/doc/tutorials/community). | ||
|
||
Please choose from the navigation sidebar to the left, or click the `Next` | ||
button below ↘ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,15 @@ | ||
# Use Cases | ||
|
||
We provide short articles on common ML workflow or data management scenarios | ||
that DVC can help with or improve. These include a justified context (usually | ||
extracted from real-life cases), and the approaches to solving them combine | ||
several features and commands of DVC, as well as other appropriate tools. They | ||
range from basic to more advanced: | ||
|
||
- [Data Versioning](/doc/use-cases/versioning-data-and-model-files) describes | ||
our most primary use: tracking and versioning large files with Git + DVC. | ||
- [Sharing Data and Model Files](/doc/use-cases/sharing-data-and-model-files) | ||
goes over the basic collaboration possibilities enabled by DVC. | ||
- [Shared Development Server](/doc/use-cases/shared-development-server) provides | ||
instructions to setup a single development machine for teams that prefer so. | ||
- [Data Registries](/doc/use-cases/data-registries) explains how to use a | ||
<abbr>DVC repository<abbr> as a shared hub for reusing datasets or models | ||
among several projects. | ||
|
||
> This list of use cases is **not** exhaustive. We keep reviewing our docs and | ||
> will include interesting scenarios that surface in the community. Please, | ||
> [contact us](/support) if you need help or have suggestions! | ||
Use cases are not written to be run end-to-end. For more general, hands-on | ||
experience with DVC, we recommend following the [Get Started](/doc/get-started), | ||
and/or [Tutorials](/doc/tutorials) first. These include prepared datasets, | ||
source code files, and example commands that can be copied and pasted into | ||
terminal. These use cases also link to our more general | ||
[User Guide](/doc/user-guide), and technical | ||
[command references](/doc/command-reference). | ||
that DVC can help with or improve. These include the motivating context (usually | ||
extracted from real-life cases); And the approaches to solving them can combine | ||
several features of DVC. Use cases are not written to be run end-to-end. For | ||
more general, hands-on experience with DVC, we recommend following the | ||
[Get Started](/doc/get-started), and/or [Tutorials](/doc/tutorials) first. | ||
|
||
> We keep reviewing our docs and will include interesting scenarios that surface | ||
> in the community. Please, [contact us](/support) if you need help or have | ||
> suggestions! | ||
Our use cases range from basic to more advanced. Please choose from the | ||
navigation sidebar to the left, or click the `Next` button below ↘ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters