-
Notifications
You must be signed in to change notification settings - Fork 394
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
params: roll back changes for now...
- Loading branch information
1 parent
dc16807
commit 23cd9c6
Showing
6 changed files
with
81 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
--- | ||
name: 'Parameters' | ||
match: [parameter, parameters] | ||
name: 'Parameter Dependency' | ||
match: [parameter, parameters, param, params, hyperparameter, hyperparameters] | ||
tooltip: >- | ||
Simple values that your code can depend on, loaded from a a structured file | ||
(`params.yaml` by default). DVC can track them as granular dependencies for | ||
pipeline stages (defined in `dvc.yaml`). These are especially useful for | ||
machine learning hyperparameter tuning. See `dvc params`. | ||
Pipeline stages (defined in `dvc.yaml`) can depend on specific values inside | ||
an arbitrary YAML, JSON, TOML, or Python file (`params.yaml` by default). | ||
Stages are invalid (considered outdated) when any of their parameter values | ||
change. See [`dvc params`](/doc/command-reference/params). | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters