From e0c4316a59000c1bdf8df0af5807930e53f3a6c5 Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Fri, 3 Jul 2020 13:51:51 -0500 Subject: [PATCH] Update content/docs/start/experiments.md --- content/docs/start/experiments.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/start/experiments.md b/content/docs/start/experiments.md index ddc03cd164..3e3fec380b 100644 --- a/content/docs/start/experiments.md +++ b/content/docs/start/experiments.md @@ -25,8 +25,8 @@ $ dvc run -n evaluate \ ### 💡 Expand to see what happens under the hood. -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 +The `-M` option here specifies a metrics file, while `--plots-no-cache` +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: