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/activate
for mac,Scripts\activate
for windows to activate the venv. - Run
pipenv sync
to install all dependencies from the pipfile.