dfm / tinygp

The tiniest of Gaussian Process libraries
https://tinygp.readthedocs.io
MIT License
286 stars 23 forks source link

Creating a tutorial example for classification #62

Open nipunbatra opened 2 years ago

nipunbatra commented 2 years ago

Hi, similar to my other issue #61 , I wanted to propose adding a GP classification example. It can fit into Non-Gaussian Likelihoods or a different page.

I'd written a tutorial for Pyro: https://github.com/prog-ml/prog-ml.github.io/blob/main/notebooks/gaussian_processes/pyro-binary-classification.ipynb

that can be easily adapted for tinyGP.

Please let me know if this is of interest. My students or I could create a PR for this.

dfm commented 2 years ago

Thanks! I think such a tutorial would be a great addition and I'd be very happy to review a PR.