Skip to content

Commit

Permalink
removed condescending language: update experiments.md
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarshsingh99 committed Jun 29, 2020
1 parent 65ef3a3 commit 753a3ca
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions content/docs/start/experiments.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,15 @@ experiment "telemetry". Metrics files contain simple numeric values (e.g. `AUC`)
and plots files contain matrices and data series (e.g. `ROC` or model loss
plots) that are meant to be visualizing and compared.

The `-M` flag specifies a metrics file produced by this stage that is not tracked by DVC. In this case, we can version the file using Git and so we choose to ignore it in DVC.
The `--plots-no-cache` flag specifies a plot metrics file produced by this stage, which is not cached by DVC. If you want DVC to track the metrics and the plot metrics file produced, simply use `-m` and `--plots` respectively.

> With cache: false, DVC skips caching the output as we want "scores.json" to be versioned by Git.
The `-M` flag specifies a metrics file produced by this stage that is not
tracked by DVC. In this case, we can version the file using Git and so we choose
to ignore it in DVC.
The `--plots-no-cache` flag specifies a plot metrics file produced by this
stage, which is not cached by DVC. If you want DVC to track the metrics and the
plot metrics file produced, use `-m` and `--plots` instead respectively.

> With cache: false, DVC skips caching the output as we want "scores.json" to be
> versioned by Git.

</details>

Expand Down

0 comments on commit 753a3ca

Please sign in to comment.