From 8488996e24327b4a50b4e264add2a3814b944352 Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Fri, 31 Jul 2020 14:58:23 -0500 Subject: [PATCH] Update content/docs/start/data-pipelines.md --- content/docs/start/data-pipelines.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/docs/start/data-pipelines.md b/content/docs/start/data-pipelines.md index 763e09d98b..5039d777dd 100644 --- a/content/docs/start/data-pipelines.md +++ b/content/docs/start/data-pipelines.md @@ -302,7 +302,8 @@ important problems: 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. + datasets with identical training, save the results, and even produce reports + about the whole process. See [CML.dev](https://cml.dev/) for some examples. ## Visualize