Skip to content

Commit

Permalink
Restyled by prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Jul 31, 2020
1 parent 8488996 commit 8a87c60
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions content/docs/start/data-pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,18 +292,17 @@ prepare:
DVC pipelines (`dvc.yaml` file, `dvc run`, and `dvc repro` commands) solve a few
important problems:

- _Automation_ - run a sequence of steps in a "smart" way that makes iterating on
your project faster. DVC caches "runs" and results in stages and automatically
determines which parts of a project need to be run to avoid unnecessary
re-runs.
- _Automation_ - run a sequence of steps in a "smart" way that makes iterating
on your project faster. DVC caches "runs" and results in stages and
automatically determines which parts of a project need to be run to avoid
unnecessary re-runs.
- _Reproducibility_ - `dvc.yaml` and `dvc.lock` files describe what data to use
and which commands will generate the pipeline results (such as an ML
model). Storing these
files in Git makes it easy to version and share.
and which commands will generate the pipeline results (such as 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, save the results, and even produce reports
about the whole process. See [CML.dev](https://cml.dev/) for some examples.
ML pipelines allow CI/CD systems to retrain models on fresh 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

Expand Down

0 comments on commit 8a87c60

Please sign in to comment.