Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 596 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 596 Bytes

gp_sandbox

Sandbox project towards Gaussian Processes and Bayesian Optimization. The package is still in Work in Progress but some tools are already available.

Build then install the package

# 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