Create virtual environment named .venv
and install python libraries
python3 -m venv .venv
echo "export PYTHONPATH=$PWD" >> .venv/bin/activate
source .venv/bin/activate
pip install --upgrade pip setuptools wheel
pip install -r requirements.txt
dvc repro pipelines/train/dvc.yaml
dvc repro pipelines/predict/dvc.yaml
dvc repro pipelines/monitor/dvc.yaml
Enter directory reports/
, open required period folder and launch HTML report in a browser.