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 start: Add a parameters hidden section to experiments to merge params/metrics into experiments #3164

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
8 changes: 4 additions & 4 deletions content/docs/start/experiments.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ Experiment results have been applied to your workspace.

### ℹ️ More information about (Hyper)parameters

It's pretty common for data science projects to include configuration files
that define adjustable parameters to train a model, adjust model architecture,
do pre-processing, etc. DVC provides a mechanism for stages to depend on the
specific variables from a file.
It's pretty common for data science projects to include configuration files that
define adjustable parameters to train a model, adjust model architecture, do
pre-processing, etc. DVC provides a mechanism for stages to depend on the
specific variables from a file.

By default, DVC assumes a parameters file named `params.yaml` is available in
your project. DVC parses this file and creates dependencies to the variables
Expand Down