Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

start: term ROC -> precission recall in experiments #1552

Merged
merged 1 commit into from
Jul 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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