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

Restyle guide: Comparing Experiments #2993

Merged
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