Skip to content

Restyle metrics: info on non-output usage #3412

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

Merged
merged 1 commit into from
Mar 31, 2022
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
3 changes: 1 addition & 2 deletions content/docs/command-reference/metrics/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ metrics.json AUC 0.763981 0.801807 0.037826

`dvc metrics` subcommands can be used on any
[valid metrics files](#supported-file-formats). By default they use the ones
specified in `dvc.yaml` (if any), for example `summary.json`
below:
specified in `dvc.yaml` (if any), for example `summary.json` below:

```yaml
stages:
Expand Down
3 changes: 2 additions & 1 deletion content/docs/command-reference/metrics/show.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ target can even be directories, so that DVC recursively shows all metrics files
inside.

> Note that targets don't necessarily have to be defined in `dvc.yaml`. For that
> reason, this command doesn't require an existing DVC project or Git repo to run in.
> reason, this command doesn't require an existing DVC project or Git repo to
> run in.

An alternative way to display metrics is the `dvc metrics diff` command, which
compares them with a previous version.
Expand Down