Skip to content

Commit

Permalink
ref: remove motivation for using exp run
Browse files Browse the repository at this point in the history
Alrd in Running Exps
  • Loading branch information
jorgeorpinel committed Jan 12, 2022
1 parent ea1543b commit d8ba1f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions content/docs/command-reference/exp/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ directories, etc.
> 📖 See full [Running Experiments] guide.
Before running an experiment, you'll probably want to make modifications such as
data and code updates, or <abbr>hyperparameter</abbr> tuning. For the latter,
you can use the `--set-param` (`-S`) option of this command to change
`dvc param` values on-the fly.
<abbr>parameter</abbr> tuning. You can use the `--set-param` (`-S`) option to
change param values on-the fly.

Each experiment creates and tracks a project variation based on your
<abbr>workspace</abbr> changes. Experiments will have a unique, auto-generated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Going to reproduce stage: 'train'... continue? [y/n]
## (Hyper)parameters

<abbr>Parameters</abbr> are the values that modify the underlying code's
ML <abbr>parameters</abbr> are the values that modify the underlying code's
behavior, producing different experiment results. Machine learning
experimentation, for example, involves searching hyperparameters that improve
the resulting model metrics.
Expand Down

0 comments on commit d8ba1f5

Please sign in to comment.