Skip to content

pjpollot/gp_sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sandbox project towards Gaussian Processes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages