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

add variational nearest neighbor GP #2026

Merged
merged 42 commits into from
Jul 19, 2022
Merged

Conversation

LuhuanWu
Copy link
Contributor

@LuhuanWu LuhuanWu commented Jun 2, 2022

Implements Variational Nearest Neighbor Gaussian Processes by Wu, Pleiss and Cunningham 2022. This implementation introduces a nearest neighbor utility that requires faiss or scikit-learn package.

@gpleiss gpleiss enabled auto-merge (squash) July 19, 2022 02:48
@gpleiss gpleiss merged commit 573b8fd into cornellius-gp:master Jul 19, 2022
@gpleiss gpleiss deleted the vnngp branch July 19, 2022 02:51
gpleiss added a commit that referenced this pull request Aug 7, 2022
faiss is now an optional package for GPyTorch, to be used in conjunction with the
VNNGP model (#2026) and hopefully more nearest neighbor GP methods in the future.
This PR ensures that our test suite tests the functionality of GPyTorch with and
without the faiss library.
gpleiss added a commit that referenced this pull request Aug 7, 2022
faiss is now an optional package for GPyTorch, to be used in conjunction with the
VNNGP model (#2026) and hopefully more nearest neighbor GP methods in the future.
This PR ensures that our test suite tests the functionality of GPyTorch with and
without the faiss library.
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