Skip to content
Merged
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
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