Skip to content

Commit

Permalink
guide: link Exp Org patterns (Persisting) to...
Browse files Browse the repository at this point in the history
Running all pipelines page/section
  • Loading branch information
jorgeorpinel committed Jan 17, 2022
1 parent 1b0478f commit 703dc24
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,16 +108,18 @@ most sense for experiments that build on each other. Git-based experiment
structures are especially helpful along with Git history exploration tools [like
GitHub].

[like github]:
https://docs.github.com/en/github/visualizing-repository-data-with-graphs/viewing-a-repositorys-network

</tab>
<tab title="Directories">

The project's "space dimension" can be structured with directories (folders) to
organize experiments. Useful when you want to see all your experiments at the
same time (without switching versions) by just exploring the file system.

(ℹ️) When your `dvc.yaml` files are organized inside recursive subfolders, you
can run their pipeline(s) using `dvc run --recursive`.

> 📖 See also [Running all pipelines]
</tab>
<tab title="Hybrid">

Expand All @@ -139,4 +141,7 @@ between your project history and the experiments logged.

[`foreach` stages]:
/doc/user-guide/project-structure/pipelines-files#foreach-stages
[persistent]: /doc/user-guide/experiment-management/persisting-experiments
[like github]:
https://docs.github.com/en/github/visualizing-repository-data-with-graphs/viewing-a-repositorys-network
[running all pipelines]:
/doc/user-guide/experiment-management/running-experiments#running-all-pipelines
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,13 @@ $ dvc exp run --all-pipelines
> Note that the order in which pipelines are executed is not guaranteed; Only
> the internal order of stage execution is.
> (ℹ️) When your `dvc.yaml` files are organized inside recursive subfolders, you
> can selectively run the pipeline(s) using `--recursive` (takes a parent
> directory as argument).
(ℹ️) When your `dvc.yaml` files are organized inside recursive subfolders, you
can run their pipeline(s) using `dvc run --recursive`.

> 📖 Learn more about final experiment [organization patterns].
[organization patterns]:
/doc/user-guide/experiment-management/persisting-experiments#organization-patterns

### Running stages interactively

Expand Down

0 comments on commit 703dc24

Please sign in to comment.