From 024a158ad6ba013751be186978e7c17fb94610f3 Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Fri, 3 Jul 2020 13:50:35 -0500 Subject: [PATCH] Update content/docs/start/experiments.md --- content/docs/start/experiments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/start/experiments.md b/content/docs/start/experiments.md index 6d298693ee..ddc03cd164 100644 --- a/content/docs/start/experiments.md +++ b/content/docs/start/experiments.md @@ -51,7 +51,7 @@ 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 visualized and compared. -> With `cache: false`, DVC skips caching the output as we want `scores.json` and +> With `cache: false`, DVC skips caching the output, as we want `scores.json` and > `prc.json` to be versioned by Git.