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 0a9ff51 commit d4c8474
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 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 automatically determines which parts of a project
- _Automation_ - run a sequence of steps in a "smart" way that makes iterating
on your project faster. DVC automatically determines which parts of a project
need to be run, and it caches "runs" and their results, 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 d4c8474

Please sign in to comment.