Skip to content

Commit

Permalink
ref: clarify params.yaml is needed only with defaults in params.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Dec 14, 2021
1 parent 8b89b8f commit 2273431
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions content/docs/command-reference/exp/init.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,13 @@ Standard repository structure:
β”œβ”€β”€ data/
β”œβ”€β”€ metrics.json
β”œβ”€β”€ models/
β”œβ”€β”€ params.yaml # required
β”œβ”€β”€ params.yaml # required by default
β”œβ”€β”€ plots/
└── src/
```

> Note that `params.yaml` is the only required file (see `dvc params`).
> Note that by default `dvc exp init` expects at least a `params.yaml` file
> present. It can be avoided via the `--params` or `-i` options.
You must provide a command that runs your experiments(s). This can be done
either directly with the `command` argument, or by using the `--interactive`
Expand Down

0 comments on commit 2273431

Please sign in to comment.