Skip to content

Commit

Permalink
guide: mention label-based exp organization
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Dec 1, 2021
1 parent f6eef79 commit c68fc78
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions content/docs/user-guide/experiment-management/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,17 @@ main alternatives:
generated with [`foreach` stages], for example), while their progress can be
found in different branches.

[`foreach` stages]:
/doc/user-guide/project-structure/pipelines-files#foreach-stages
- **Labels** - in general, you can record experiments in a separate system and
structure them using custom labeling. This is typical in dedicated experiment
tracking tools. A possible problem with this approach is that it's easy to
lose the connection between your project history and the experiments logged.

DVC takes care of arranging `dvc exp` experiments and the data
<abbr>cache</abbr> under the hood so there's no need to decide on the above
until your experiments are made [persistent].

[`foreach` stages]:
/doc/user-guide/project-structure/pipelines-files#foreach-stages
[persistent]: /doc/user-guide/experiment-management/persisting-experiments

## Run Cache: Automatic Log of Stage Runs
Expand Down

0 comments on commit c68fc78

Please sign in to comment.