JaxGaussianProcesses / GPJax

Gaussian processes in JAX.
https://docs.jaxgaussianprocesses.com/
Apache License 2.0
436 stars 51 forks source link

feat: Add some plotting functionality #435

Open Thomas-Christie opened 7 months ago

Thomas-Christie commented 7 months ago

Feature Request

Given how useful it is to visualise GPs for debugging, it would be nice to provide some basic plotting functionality out of the box (e.g. plot_2d_gp, plot_1d_gp). For now, this can be limited to plotting for GPs, but further down the line we may want to include additional functionality for generating plots for the decision_making module.

A nice example can be found in the regression notebook.

github-actions[bot] commented 1 week ago

This issue has been marked as stale because it has been open for 7 days with no activity.