Edit on GitHub

stage

A set of commands to add and list stages: add, list.

Synopsis

usage: dvc stage [-h] [-q | -v] {add,list} ...

positional arguments:
  COMMAND
    add         Create stage.
    list        List stages.

Description

Stages represent individual data processes, including their input and resulting outputs. They can be combined to capture simple data workflows, organize data science projects, or build detailed machine learning pipelines.

dvc stage add can be used to create/update stages in the dvc.yaml file. Use dvc stage list or dvc dag to discover existing stages without having to examine dvc.yaml files manually.

Learn more about defining stages.

Content

๐Ÿ› Found an issue? Let us know! Or fix it:

Edit on GitHub

โ“ Have a question? Join our chat, we will help you:

Discord Chat