Skip to content

Commit

Permalink
docs: dag: add new example
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop committed Jun 23, 2020
1 parent 8f46437 commit 0d8f42e
Showing 1 changed file with 22 additions and 40 deletions.
62 changes: 22 additions & 40 deletions content/docs/command-reference/dag.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,44 +83,26 @@ export DVC_PAGER=more
Visualize DVC pipeline:

```dvc
$ dvc dag eval.txt.dvc
.------------------------.
| data/Posts.xml.zip.dvc |
`------------------------'
*
*
*
.---------------.
| Posts.xml.dvc |
`---------------'
*
*
*
.---------------.
| Posts.tsv.dvc |
`---------------'
*
*
*
.---------------------.
| Posts-train.tsv.dvc |
`---------------------'
*
*
*
.--------------------.
| matrix-train.p.dvc |
`--------------------'
*** ***
** ***
** **
.-------------. **
| model.p.dvc | **
`-------------' ***
*** ***
** **
** **
.--------------.
| eval.txt.dvc |
`--------------'
$ dvc dag
+---------+
| prepare |
+---------+
*
*
*
+-----------+
| featurize |
+-----------+
** **
** *
* **
+-------+ *
| train | **
+-------+ *
** **
** **
* *
+----------+
| evaluate |
+----------+
```

0 comments on commit 0d8f42e

Please sign in to comment.