About DVC¶
As the website of DVC mentions:
Quote
Open-source, Git-based data science. Apply version control to machine learning development, make your repo the backbone of your project, and instill best practices across your team.
How and why do we use DVC¶
We use DVC to manage our data and reproduce machine learning experiments.
Install DVC¶
Install DVC with the following commands.
In a terminal, execute the following command(s). | |
---|---|
You can then initialize DVC with the following commands.
In a terminal, execute the following command(s). | |
---|---|
Configuration¶
The configuration for DVC is available in the .dvc
directory and the dvc.yaml
file.
Common tasks¶
Resources and alternatives¶
These resources and alternatives are related to the current item (in alphabetical order).
None at the moment.