Skip to content

Commit

Permalink
cmd ref: update metrics diff language to match params diff changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Apr 15, 2020
1 parent afeba4e commit 7279e17
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions content/docs/command-reference/metrics/diff.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@ positional arguments:

## Description

This command means to provide a quick way to compare results from your previous
experiments with the current results of your pipeline, as long as you're using
metrics that DVC is aware of (see `dvc metrics add`).
This command provides a quick way to compare metrics among experiments in the
repository history. Requires that Git is being used to version the project
metrics.

Run without arguments, this command compares all existing metric files currently
present in the <abbr>workspace</abbr> (including uncommitted changes) with the
latest committed version.
> Metrics can be defined with `dvc metrics add`, ot the `-m` and `-M` options of
> `dvc run`.
Run without arguments, this command compares metrics currently present in the
<abbr>workspace</abbr> uncommitted changes) with the latest committed version.

The differences shown by this command include the new value, and numeric
difference (delta) from the previous value of metrics (with 3-digit accuracy).
Expand Down

0 comments on commit 7279e17

Please sign in to comment.