Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readme: consolidate intro #7906

Merged
merged 1 commit into from Jun 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
30 changes: 8 additions & 22 deletions README.rst
Expand Up @@ -18,33 +18,19 @@
**Data Version Control** or **DVC** helps you develop reproducible machine
learning projects:

#. Version your data and models.
#. **Version** your data and models. Store them in your cloud storage but keep
their version info in your Git repo.

#. Connect them to your code and parameters to form a pipeline.
#. **Iterate** fast with lightweight pipelines. When you make changes, only run
the steps impacted by those changes.

#. Modify data, code, or parameters and run your modified pipeline.
#. **Track** experiments in your local Git repo (no servers needed).

#. Iterate and track each experiment from the command line or `VS Code
#. **Compare** any data, code, parameters, metrics, or plots from the command
line or in `VS Code
<https://marketplace.visualstudio.com/items?itemName=Iterative.dvc>`_.

#. Share, compare, and reconstruct experiments.

**Why DVC?**

#. **Store** data and models (big) in your cloud storage, but keep their version
info (small) in your Git repo.

#. **Iterate** fast with straightforward YAML pipelines. When you make changes,
only run the steps impacted by those changes.

#. **Track** experiments in your local Git repo (no servers needed) and `VS Code
<https://marketplace.visualstudio.com/items?itemName=Iterative.dvc>`_.
Choose which to keep and share.

#. **Compare** any data, code, parameters, metrics, or plots and analyze however
you want.

#. **Reconstruct** anyone's experiment with a single command.
#. **Share** experiments and automatically reproduce anyone's experiment.

.. contents:: **Contents**
:backlinks: none
Expand Down