Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cholesky decomposition for ExactGP class #115

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mjbajwa
Copy link

@mjbajwa mjbajwa commented Sep 13, 2024

Hi,

Really useful library! I'm using GPs for some large scale problems and wanted to be able to use your code. For exact GPs, it is well known that Cholesky decomposition is a better alternative than the base matrix inversion. I think the NumPyro example, which the ExactGP class borrows from, also reflects this now. Just added this slight change.

Let me know if I missed something. Testing the new test_gp.py runs successfully on my end.

I'm not sure if other parts of the codebase would also benefit from this.

…rse for the ExactGP class. Added a test for cholesky decomposition
@matthewcarbone
Copy link
Collaborator

I have no problems with this. @ziatdinovmax?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants