View pipelines¶
Such data pipelines can be displayed or represented as a dependency graph with
dvc dag
:
$ dvc dag +-------------------+ | data/data.xml.dvc | +-------------------+ * * * +-------+ | split | +-------+ * * * +-----------+ | featurize | +-----------+ ** ** ** * * ** +-------+ * | train | ** +-------+ * ** ** ** ** * * +----------+ | evaluate | +----------+ data/data.xml.dvc prepare.dvc featurize.dvc train.dvc evaluate.dvc
With
dvc dag --dot
a.dot
file for Graphviz is generated: