Skip to content

Commit

Permalink
start: term ROC -> precission recall in experiments (#1552)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel authored Jul 9, 2020
1 parent a2cadf6 commit 6e13739
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/start/experiments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes

0 comments on commit 6e13739

Please sign in to comment.