Some code snippets for trying popular BO packages in python and R. Reference: https://arxiv.org/abs/2107.12809
- In the project root directory, run
python -m venv .to initialize the virtual environment. - Run
source venv/bin/activatefor mac,Scripts\activatefor windows to activate the venv. - Run
pipenv syncto install all dependencies from the pipfile.