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

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tutorial: dvc-3-automate-experiments

1. clone this repository

git clone https://gitlab.com/7labs.ru/tutorials-dvc/dvc-3-automate-experiments.git cd dvc-3-automate-experiments

2. Create and activate virtual environment

Install virtualenv in advance:

pip install virtualenv

Create virtual environment

virtualenv venv-dvc-3-automate-experiments source venv-dvc-3-automate-experiments/bin/activate

3. Install python libraries (including dvc)

pip install -r requirements.txt

4. Add Virtual Environment to Jupyter Notebook

python -m ipykernel install --user --name=venv-dvc-3-automate-experiments

5. Run and follow Jupyter Notebook dvc-3-automate-experiments.ipynb for instructions:

jupyter notebook