From 95b06d520c3f5b45a60aeeb7bf18ea0205f0aa14 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Fri, 31 Jul 2020 19:21:01 +0000 Subject: [PATCH] Restyled by prettier --- content/docs/start/data-pipelines.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/start/data-pipelines.md b/content/docs/start/data-pipelines.md index ba9e57f7adf..7214009f24e 100644 --- a/content/docs/start/data-pipelines.md +++ b/content/docs/start/data-pipelines.md @@ -300,8 +300,8 @@ important problems: data to use and what commands to run to produce an ML model. Storing these files in Git makes it easy to version and share. - _Continuous Delivery and Continuous Integration (CI/CD) for ML_ - reproducible - ML pipelines allow CI/CD systems to retrain models on fresh - datasets with identical training, and save the results. + ML pipelines allow CI/CD systems to retrain models on fresh datasets with + identical training, and save the results. ## Visualize