Skip to content

Commit ae86257

Browse files
author
Ivan Shalashilin
committed
added notebook to .yml
1 parent b73e373 commit ae86257

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/examples/oceanmodelling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# %% [markdown]
22
# # Gaussian Processes for Vector Fields and Ocean Current Modelling
33
#
4-
# In this notebook, we use Gaussian processes to learn vector valued functions. We will be
4+
# In this notebook, we use Gaussian processes to learn vector-valued functions. We will be
55
# recreating the results by [Berlinghieri et al. (2023)](https://arxiv.org/pdf/2302.10364.pdf) by an
66
# application to real-world ocean surface velocity data, collected via surface drifters.
77
#

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ nav:
2929
- Stochastic sparse GPs: examples/collapsed_vi.py
3030
- Pathwise Sampling for Spatial Modelling: examples/spatial.py
3131
- Bayesian Optimisation: examples/bayesian_optimisation.py
32+
- Multi-output GPs for Ocean Modelling: examples/oceanmodelling.py
3233
- 📖 Guides for customisation:
3334
- Kernels: examples/constructing_new_kernels.py
3435
- Likelihoods: examples/likelihoods_guide.py

0 commit comments

Comments
 (0)