Skip to content

Commit

Permalink
ref: mention plots diff in exp run
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Apr 11, 2021
1 parent 31e81c1 commit 29004e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions content/docs/command-reference/exp/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ out by DVC). Note that these commits are not pushed to the Git remote by default
</details>

The results of the last `dvc exp run` can be seen in the workspace. To display
and compare your experiments, use `dvc exp show` or `dvc exp diff` to restore
the results of any other experiment instead.
and compare multiple experiments, use `dvc exp show` or `dvc exp diff`
(`plots diff` also accepts experiment names as `revisions`). Use `dvc exp apply`
to restore the results of any other experiment instead.

Successful experiments can be made
[persistent](/doc/user-guide/experiment-management#persistent-experiments) by
Expand Down

0 comments on commit 29004e6

Please sign in to comment.