ML REPA School course: Machine Learning experiments reproducibility and engineering with DVC
git clone https://github.com/mlrepa/dvc-2-data-versioning.git
cd dvc-2-data-versioning
Create virtual environment named dvc-venv
(you may use other name)
python3 -m venv dvc-venv
source dvc-venv/bin/activate
pip install -r requirements.txt
python -m ipykernel install --user --name=dvc-venv
sudo jupyter contrib nbextension install
jupyter nbextension enable toc2/main
jupyter notebook