Skip to content

Tutorial: Automate DVC experiments helps to automate your Machine Learning experiments, manage metrics, reports and models versions

License

Notifications You must be signed in to change notification settings

mlrepa/dvc-3-automate-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tutorial: Automate DVC experiments

1. Create and activate virtual environment

Create virtual environment

python3 -m venv .venv
echo "export PYTHONPATH=$PWD" >> .venv/bin/activate
source .venv/bin/activate

2. Install python libraries

pip install -r requirements.txt