Skip to content

Commit

Permalink
Restyled by prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Nov 2, 2021
1 parent 94f0a28 commit 2171b77
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Comparing Experiments

You'll need a way to compare experiment results and track their
corresponding parameters. DVC provides commands to list, tabulate and contrast
them. Let's see how they can help you streamline the experimentation process.
You'll need a way to compare experiment results and track their corresponding
parameters. DVC provides commands to list, tabulate and contrast them. Let's see
how they can help you streamline the experimentation process.

## List experiments in the workspace

Expand Down Expand Up @@ -115,8 +115,8 @@ $ dvc exp show
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
```

`dvc exp show` only tabulates experiments in the workspace and in `HEAD`.
You can use `--all` flag to show all the experiments in the project instead.
`dvc exp show` only tabulates experiments in the workspace and in `HEAD`. You
can use `--all` flag to show all the experiments in the project instead.

## Customize the table of experiments

Expand Down

0 comments on commit 2171b77

Please sign in to comment.