mnrozhkov / vertexai-dvc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vertex AI + DVC Example

Installation

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
export PYTHONPATH=$PWD

Run

dvc repro data                                  # Prepare features
dvc repro -s train_lr                           # Train only
dvc repro evaluate                              # Run downstream stages

About

License:MIT License


Languages

Language:Python 100.0%