From 13474f30dbd258f1aeecd9607b06e2a939349666 Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Wed, 2 Jun 2021 09:38:51 -0500 Subject: [PATCH] test: add training whitespace --- content/docs/start/metrics-parameters-plots.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/start/metrics-parameters-plots.md b/content/docs/start/metrics-parameters-plots.md index 5e543ff0a8..72be2ce486 100644 --- a/content/docs/start/metrics-parameters-plots.md +++ b/content/docs/start/metrics-parameters-plots.md @@ -141,7 +141,7 @@ which will be useful for comparison: parameters. ## Defining stage parameters -It's pretty common for data science pipelines to include configuration files +It's pretty common for data science pipelines to include configuration files that define adjustable parameters to train a model, do pre-processing, etc. DVC provides a mechanism for stages to depend on the values of specific sections of such a config file (YAML, JSON, TOML, and Python formats are supported).