Skip to content

Commit

Permalink
update docs/start/experiments.md
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarshsingh99 committed Jul 2, 2020
1 parent 7382a5d commit 333addf
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions content/docs/start/experiments.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@ $ dvc run -n evaluate \

### 💡 Expand to see what happens under the hood.

The `-M` flag here specifies a metrics file, while the `--plots-no-cache` flag
specifies a plot metrics file produced by this stage that will not tracked by
DVC. You can choose whether to ignore the files in DVC or cache them. See
[`dvc run`](/doc/command-reference/run#options) for use cases.

DVC generates a new stage in the `dvc.yaml` file:
The `-M` option here specifies a metrics file, while the `--plots-no-cache`
option specifies a plots file produced by this stage that will not be
<abbr>cached</abbr> by DVC. `dvc run` generates a new stage in the `dvc.yaml`
file:

```yaml
evaluate:
Expand Down

0 comments on commit 333addf

Please sign in to comment.