mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-23 02:51:28 +00:00
Update cheatsheets
This commit is contained in:
12
tldr/dvc
12
tldr/dvc
@@ -5,11 +5,19 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# dvc
|
||||
|
||||
> Data Version Control: like `git` for data.
|
||||
> Data Version Control system for machine learning projects.
|
||||
> Some subcommands such as `commit` have their own usage documentation.
|
||||
> More information: <https://dvc.org/doc/command-reference>.
|
||||
|
||||
- Execute a DVC subcommand:
|
||||
- Initialize a new DVC project:
|
||||
|
||||
`dvc init`
|
||||
|
||||
- Add one or more data files or directories to tracking:
|
||||
|
||||
`dvc add {{path/to/file_or_directory}}`
|
||||
|
||||
- Execute a specific subcommand:
|
||||
|
||||
`dvc {{subcommand}}`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user