this repository contains examples of ETL, ML pipeline, ML meta
You shall able to run this project repo using visio studio code:
- Please following the following instruction to create a python virtual env
- Select the python venv as python interpreter in visio studio code
python3 -m venv /path/to/new/virtual/environmentcd /usr/local/Cellar/python@3.8/3.8.13/bin
./python3.8 -m venv /path/to/new/virtual/environmentsource </path/to/new/virtual/environment>/bin/activate(/your/venv): deactivatepython3 -m pip install --upgrade pip
pip3 freeze > requirements.txtpip3 install -r requirements.txt- find latest python package version on pypi.org: https://pypi.org/