GPyEasy Playground

Gaussian process framework for regression and optimization

Getting started with GPyRun locally
Install
pip install GPy
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: gpy)

GPy is a third-party package. Gaussian process framework for regression and optimization. Install with: pip install GPy

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?