JaxGaussianProcesses / GPJax

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

Added two new tutorial files (without interactive matplotlib, so it can pass tests) #455

Open neel-maniar opened 2 months ago

neel-maniar commented 2 months ago

Type of changes

Checklist

Description

These two notebooks follow the work of the paper on Linearly Constrained Gaussian Processes (see citation in notebooks).

They demonstrate

Issue Number: N/A

thomaspinder commented 3 weeks ago

Hi @neel-maniar - thanks for this PR, the notebooks look super interesting. We've just released a large improvement to VTLab in v0.9. Most of the breaking changes are hidden away behind the scenes; however, I think they may affects aspects of your notebooks. I'll checkout the PR locally in the coming days and provide pointer on which lines may need updating and how this can be done.