Skip to content

Commit e332822

Browse files
Update mean cov GP notebook (#301)
* Update mean and cov figure size * Update preconfig yaml * Update notebook more * update to v4 and address comments Co-authored-by: Oriol (ZBook) <[email protected]>
1 parent 4f93c44 commit e332822

File tree

4 files changed

+453
-527
lines changed

4 files changed

+453
-527
lines changed

.pre-commit-config.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ repos:
3636
|examples/gaussian_processes/GP-TProcess\.ipynb$
3737
|examples/mixture_models/dependent_density_regression\.ipynb$
3838
|examples/gaussian_processes/GP-Heteroskedastic\.ipynb$
39-
|examples/gaussian_processes/GP-MeansAndCovs\.ipynb$
4039
|examples/samplers/MLDA_variance_reduction_linear_regression\.ipynb$
4140
4241
- repo: https://github.com/FlamingTempura/bibtex-tidy

examples/gaussian_processes/GP-MeansAndCovs.ipynb

+285-446
Large diffs are not rendered by default.

examples/references.bib

+9
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,15 @@ @article{nuijten2015default
457457
year = {2015},
458458
publisher = {Springer}
459459
}
460+
@unpublished{padonou2015polar,
461+
title = {{Polar Gaussian Processes for Predicting on Circular Domains}},
462+
author = {Padonou, Esp{\'e}ran and Roustant, O},
463+
url = {https://hal.archives-ouvertes.fr/hal-01119942},
464+
note = {working paper or preprint},
465+
year = {2015},
466+
month = Feb,
467+
pdf = {https://hal.archives-ouvertes.fr/hal-01119942v1/file/PolarGP\_CircularDomains.pdf}
468+
}
460469
@misc{quiroga2022bart,
461470
title = {Bayesian additive regression trees for probabilistic programming},
462471
author = {Quiroga, Miriana and Garay, Pablo G and Alonso, Juan M. and Loyola, Juan Martin and Martin, Osvaldo A},

0 commit comments

Comments
 (0)