From 6e137396d65ca2461da4e646ce8a162942de980c Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Thu, 9 Jul 2020 14:07:54 -0500 Subject: [PATCH] start: term ROC -> precission recall in experiments (#1552) --- content/docs/start/experiments.md | 4 ++-- .../{plots_roc_get_started.svg => plots_prc_get_started.svg} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename static/img/{plots_roc_get_started.svg => plots_prc_get_started.svg} (100%) diff --git a/content/docs/start/experiments.md b/content/docs/start/experiments.md index c50f50da45..84e3431675 100644 --- a/content/docs/start/experiments.md +++ b/content/docs/start/experiments.md @@ -211,14 +211,14 @@ Path Metric Value Change scores.json auc 0.61314 0.07139 ``` -And finally, we can compare `ROC` curves with a single command! +And finally, we can compare `precision recall` curves with a single command! ```dvc $ dvc plots diff -x recall -y precision file:///Users/dvc/example-get-started/plots.html ``` -![](/img/plots_roc_get_started.svg) +![](/img/plots_prc_get_started.svg) All these commands also accept [Git revisions](https://git-scm.com/docs/gitrevisions) (commits, tags, branch diff --git a/static/img/plots_roc_get_started.svg b/static/img/plots_prc_get_started.svg similarity index 100% rename from static/img/plots_roc_get_started.svg rename to static/img/plots_prc_get_started.svg