From 7bd527fd2a14bbbe7876d91c9234fd9045f24854 Mon Sep 17 00:00:00 2001 From: Emre Sahin Date: Thu, 6 Jan 2022 19:39:35 +0300 Subject: [PATCH] removes "if you used dvc repro" hidden section for good --- content/docs/start/experiments.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/content/docs/start/experiments.md b/content/docs/start/experiments.md index a24db9b7aa..651f701c2a 100644 --- a/content/docs/start/experiments.md +++ b/content/docs/start/experiments.md @@ -104,24 +104,6 @@ experiment in a separate row, along with the Git commit IDs they are attached to. We can see that the experiment we run has a name `exp-6dccf` and was run from the commit ID `7317bc6`. -
- -### ℹ️ If you used `dvc repro` before - -Earlier versions of DVC uses `dvc repro` to run the pipeline. If you already -have a DVC project, you may already be using `dvc repro`. - -We use `dvc repro` to run the pipeline as found in the workspace. -All the parameters and dependencies are retrieved from the current workspace. It -doesn't use any specialized mechanism to track experiments. - -When you have a large number of experiments that you don't want to commit all to -Git, it's better to use `dvc exp run`. It allows to change the parameters -quickly, can track the history of artifacts and has facilities to compare these -experiments easily. - -
- Now let's do some more experimentation. DVC allows to update the parameters defined in the pipeline without modifying