Source code
This directory contains source code examples for various MLOps topics and frameworks.
What is it?
dvc: illustration of a workflow using git + DVC for data versioning and defining a pipeline.r-yaml-parse: illustration of how to read YAML files in R.
DVC
DVC (Data Version Control) is a tool for managing machine learning projects, enabling version control for data and models. It integrates with Git to track changes in data files, models, and experiments.
What is it?
data-pipelines: illustration of how to set up data pipeline with DVC.experiment-management-python: illustration of how to use DVC for managing experiments in Python projects.experiment-management-r: illustration of how to use DVC for managing experiments in R projects.experiment-management: more sophisticated illustration of how to use DVC for managing experiments in simulation or machine learning projects.pipeline-experiment: illustration of how to use DVC for managing experiments in simulation or machine learning projects with pipelines.