Vanilla implementation of Gaussian Process in PyMC3?

You should be able to copy the GP examples from the book Statistical Rethinking (Chp 14, 2nd edition) without having to use the GP API. For completeness you can then check how to use the API for the same examples in here: https://github.com/pymc-devs/resources/blob/master/Rethinking_2/Chp_14.ipynb

2 Likes