JaxGaussianProcesses / GPJax

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

Update intro_to_gps.py #433

Closed neel-maniar closed 7 months ago

neel-maniar commented 7 months ago

A small typo: $\mathbf{X}\in \mathbf{X}$ was updated to $\mathbf{X}\in\mathcal{X}$

Type of changes

Checklist

Description

A small typo in the intro_to_gps.py file: $\mathbf{X}\in \mathbf{X}$ was updated to $\mathbf{X}\in\mathcal{X}$.

Issue Number: N/A

thomaspinder commented 7 months ago

Thanks @neel-maniar !