Contribute Media
A thank you to everyone who makes this possible: Read More

Data versioning in machine learning projects

Description

In machine learning projects it is easy to get lost in many versions of your data files. Data Version Control or DVC is an open source tool for data science projects that was created to solve the issue of discrepancy between code and data files. It works on top of Git and helps you switch between Git branches and extracts not only source code but a right version of data files.

Details

Improve this page