From 333addf911dcdcf2ae816d031502402f5117a5df Mon Sep 17 00:00:00 2001 From: utkarshsingh99 Date: Thu, 2 Jul 2020 11:20:08 +0530 Subject: [PATCH] update docs/start/experiments.md --- content/docs/start/experiments.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/content/docs/start/experiments.md b/content/docs/start/experiments.md index 42433dc793..6d298693ee 100644 --- a/content/docs/start/experiments.md +++ b/content/docs/start/experiments.md @@ -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 +cached by DVC. `dvc run` generates a new stage in the `dvc.yaml` +file: ```yaml evaluate: