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