JaxGaussianProcesses / GPJax

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

docs: Very minor correction #431

Closed neel-maniar closed 7 months ago

neel-maniar commented 7 months ago

A very minor correction to the docs/examples/intro-to-gps.py document. (It is a great introduction to GPs, thank you for including it!)

In line 406, it says $\mathbf{X}\in\mathbf{X}$ whereas it should say $\mathbf{X}\in\mathcal{X}$.

st-- commented 7 months ago

Hi @neel-maniar, thanks for noticing! would you be up for making the change yourself directly and preparing a pull request? :)

neel-maniar commented 7 months ago

Hi @st--, thanks for your prompt reply! I am a bit new to GitHub, but have attempted to make a pull request. Hopefully it works as expected!

thomaspinder commented 7 months ago

Resolved in #433