Skip to content

Commit

Permalink
ref: update exp init intro.
Browse files Browse the repository at this point in the history
extracted from #3430 (review) (by @dberenbaum )
  • Loading branch information
jorgeorpinel committed Apr 12, 2022
1 parent 43e58ae commit 6f23810
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions content/docs/command-reference/exp/init.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ usage: dvc exp init [-h] [-q | -v] [--run] [--interactive] [-f]

## Description

`dvc exp init` helps you get started with DVC Experiments quickly. It reduces
boilerplate DVC procedures by creating a `dvc.yaml` file that assumes standard
locations of your input data, <abbr>parameters</abbr>, source code, models,
<abbr>metrics</abbr> and [plots](/doc/command-reference/plots). These locations
`dvc exp init` helps you get started with DVC Experiments quickly.
It creates an experiment pipeline in a dvc.yaml file, which assumes standard locations for the inputs (source code, data, and parameters) and outputs (model, metrics, and plots) of your model training command.
These locations
can be customized through the [options](#options) below or via
[configuration](/doc/command-reference/config#exp).

Expand Down

0 comments on commit 6f23810

Please sign in to comment.