Skip to content

Commit

Permalink
Merge branch 'ref/experiments' into ref/exp/main
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Feb 17, 2021
2 parents d154a43 + 7bbd5b1 commit 57c3aee
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
3 changes: 1 addition & 2 deletions content/docs/command-reference/exp/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

⚠️ This feature is only available in DVC 2.0 ⚠️

A set of commands to generate and manage
[experiments](/doc/user-guide/experiment-management):
A set of commands to generate and manage <abbr>experiment</abbr>:
[run](/doc/command-reference/exp/run), [show](/doc/command-reference/exp/show),
[diff](/doc/command-reference/exp/diff),
[apply](/doc/command-reference/exp/apply),
Expand Down
7 changes: 3 additions & 4 deletions content/docs/command-reference/fetch.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,9 @@ specific one is given with `--remote`.

- `-a`, `--all-branches` - fetch cache for all Git branches instead of just the
current workspace. This means DVC may download files needed to reproduce
different versions of a `.dvc` file
([experiments](/doc/tutorials/get-started/experiments)), not just the ones
currently in the workspace. Note that this can be combined with `-T` below,
for example using the `-aT` flag.
different versions of a `.dvc` file, not just the ones currently in the
workspace. Note that this can be combined with `-T` below, for example using
the `-aT` flag.

- `-T`, `--all-tags` - same as `-a` above, but applies to Git tags as well as
the workspace. Note that both options can be combined, for example using the
Expand Down
2 changes: 1 addition & 1 deletion content/docs/use-cases/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ learning models, and you want to
[versions of data and ML models](/doc/use-cases/versioning-data-and-model-files)
easily;
- understand how datasets and ML artifacts were built in the first place;
- compare model metrics among [experiments](/doc/start/experiments);
- compare model metrics among <abbr>experiments</abbr>;
- adopt engineering tools and best practices in data science projects;

DVC is for you!
Expand Down
3 changes: 1 addition & 2 deletions content/docs/user-guide/related-technologies.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ _Luigi_, etc.
- DVC doesn't need to run any services. There's no GUI as a result, but we
expect some GUI services will be created on top of DVC.

- DVC can generate images with [experiment](/doc/start/experiments) workflow
visualizations.
- DVC can generate images with experiment workflow visualizations.

- DVC has transparent design. <abbr>DVC files</abbr> have a human-readable
format and can be easily reused by external tools.
Expand Down

0 comments on commit 57c3aee

Please sign in to comment.