Sandbox project towards Gaussian Processes and Bayesian Optimization. The package is still in Work in Progress but some tools are already available.
# install the requirement using your current version of Python and pip
pip install -r requirements.txt
# build the package from the main directory
python setup.py build
# install the package
pip install .
Once it is done, you can freely use the modules by importing the package
import gp_sandbox
For unit testings, type the following command
python -m unittest