From 8241d31f148002c577ef48ad9abd10d9080c6b23 Mon Sep 17 00:00:00 2001 From: "restyled-io[bot]" <32688539+restyled-io[bot]@users.noreply.github.com> Date: Wed, 3 Nov 2021 12:58:46 +0300 Subject: [PATCH] Restyled by prettier (#2993) Co-authored-by: Restyled.io --- .../experiment-management/comparing-experiments.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/docs/user-guide/experiment-management/comparing-experiments.md b/content/docs/user-guide/experiment-management/comparing-experiments.md index c335162739..9b8af3b241 100644 --- a/content/docs/user-guide/experiment-management/comparing-experiments.md +++ b/content/docs/user-guide/experiment-management/comparing-experiments.md @@ -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 @@ -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