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