Skip to content

ssoudan/pyGP

Repository files navigation

pyGP

Various experimentations around Gaussian Processes.

Run

conda create --name pyGP python=3.7
conda activate pyGP
pip install -r requirements.txt

and then 'run' the main's in example/ from PyCharm.

or wtih docker:

./BUILD.sh && ./RUN.sh

You'll find the output in ... output folder.

What is in there?

Don't expect too much originality here, it's mostly a bunch of tutorial or example code put together in the same place.

GP regression:

Bayesian optimization:

  • src/main/python/run_bo.py: comparison of the different variantes for BO purpose

About

Various experimentations around Gaussian Processes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published