FDS, Fast Data Science, is an open-source tool that makes version control for machine learning fast & easy. It combines Git and DVC under one roof, and takes care of code, data, and model versioning.
FDS will help you:
git status
+ dvc status
= fds status
)fds save
and you’re good to go.This blog is a step-by-step guide on how to version your machine learning project using FDS. We’ll Track the “Pneumonia-Detection” project, in which we train a TensorFlow model to classify between sick and healthy chest X-ray images. The data set used in this project was taken from the “ Chest X-Ray Images (Pneumonia)” Kaggle competition. By following the steps detailed below, you will gain hands-on experience using FDS.
Pneumonia detection data example, image by author
In this blog, we will cover how to perform the following actions using FDS:
#data-science #git