-
Notifications
You must be signed in to change notification settings - Fork 562
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
Beginning infrastructure for Vecchia GP's #2311
base: main
Are you sure you want to change the base?
Commits on Nov 1, 2022
-
First commit for Vecchia module of GPyTorch, implementing a Vecchia-a…
…pproximated MVN distribution, a Vecchia MLL wrapper to apply any MLL to small blocks of data with the VeccMVN distribution, and a Block class to perform the data blocking functionality, keep track of block order, neighbors, and constructing testing data blocks and neighbors.
Configuration menu - View commit details
-
Copy full SHA for e954482 - Browse repository at this point
Copy the full SHA e954482View commit details -
Update Block to handle 0 neighbors, change names in error messages fr…
…om Block to Vecc.
Configuration menu - View commit details
-
Copy full SHA for 5bca4f9 - Browse repository at this point
Copy the full SHA 5bca4f9View commit details
Commits on Nov 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ef9eea5 - Browse repository at this point
Copy the full SHA ef9eea5View commit details
Commits on Nov 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2231706 - Browse repository at this point
Copy the full SHA 2231706View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32e1090 - Browse repository at this point
Copy the full SHA 32e1090View commit details
Commits on Nov 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 62472c6 - Browse repository at this point
Copy the full SHA 62472c6View commit details
Commits on Nov 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8e7d0ec - Browse repository at this point
Copy the full SHA 8e7d0ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for b740d0e - Browse repository at this point
Copy the full SHA b740d0eView commit details
Commits on Nov 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9ab69d6 - Browse repository at this point
Copy the full SHA 9ab69d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e523b13 - Browse repository at this point
Copy the full SHA e523b13View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea3be54 - Browse repository at this point
Copy the full SHA ea3be54View commit details
Commits on Nov 23, 2022
-
Remove blocking and ordering strategies to simplify interface and ali…
…gn with variational module style.
Configuration menu - View commit details
-
Copy full SHA for da67795 - Browse repository at this point
Copy the full SHA da67795View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a04718 - Browse repository at this point
Copy the full SHA 6a04718View commit details
Commits on Nov 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3c01610 - Browse repository at this point
Copy the full SHA 3c01610View commit details
Commits on Dec 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 70d9b33 - Browse repository at this point
Copy the full SHA 70d9b33View commit details
Commits on Jan 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b58d3cf - Browse repository at this point
Copy the full SHA b58d3cfView commit details -
Add ordering strategies, modify blocking objects to make use of order…
…ing strategies and enable reordering.
Configuration menu - View commit details
-
Copy full SHA for a741ff5 - Browse repository at this point
Copy the full SHA a741ff5View commit details
Commits on Jan 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 493ec66 - Browse repository at this point
Copy the full SHA 493ec66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23fbf59 - Browse repository at this point
Copy the full SHA 23fbf59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c37261 - Browse repository at this point
Copy the full SHA 3c37261View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bf93fa - Browse repository at this point
Copy the full SHA 5bf93faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b2bddb - Browse repository at this point
Copy the full SHA 3b2bddbView commit details -
Continue type hinting in BaseBlocker and KMeansBlocker, add documenta…
…tion, add new ordering strategies.
Configuration menu - View commit details
-
Copy full SHA for 4311086 - Browse repository at this point
Copy the full SHA 4311086View commit details
Commits on Jan 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f94597c - Browse repository at this point
Copy the full SHA f94597cView commit details
Commits on Jan 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f1d7edd - Browse repository at this point
Copy the full SHA f1d7eddView commit details -
Configuration menu - View commit details
-
Copy full SHA for faf0900 - Browse repository at this point
Copy the full SHA faf0900View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8cd2e0 - Browse repository at this point
Copy the full SHA b8cd2e0View commit details
Commits on Jan 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cf1d7b1 - Browse repository at this point
Copy the full SHA cf1d7b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4349c81 - Browse repository at this point
Copy the full SHA 4349c81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 771eb83 - Browse repository at this point
Copy the full SHA 771eb83View commit details -
Configuration menu - View commit details
-
Copy full SHA for b71c0b9 - Browse repository at this point
Copy the full SHA b71c0b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a69346 - Browse repository at this point
Copy the full SHA 9a69346View commit details
Commits on Jan 31, 2023
-
Modify docstrings, add to tutorial, refactor K-Means blocker to reduc…
…e repetition, add first draft of VoronoiBlocker.
Configuration menu - View commit details
-
Copy full SHA for 9b20a56 - Browse repository at this point
Copy the full SHA 9b20a56View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec84472 - Browse repository at this point
Copy the full SHA ec84472View commit details
Commits on Feb 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 86880a3 - Browse repository at this point
Copy the full SHA 86880a3View commit details
Commits on Mar 6, 2023
-
Create new approaches to ordering strategies and add parametrized dis…
…tance metrics. Both have two approaches and at most one of them should be final. Update tutorials and blockers accordingly.
Configuration menu - View commit details
-
Copy full SHA for f688795 - Browse repository at this point
Copy the full SHA f688795View commit details -
Create new approaches to ordering strategies and add parametrized dis…
…tance metrics. Both have two approaches and at most one of them should be final. Update tutorials and blockers accordingly.
Configuration menu - View commit details
-
Copy full SHA for 72341b2 - Browse repository at this point
Copy the full SHA 72341b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7285079 - Browse repository at this point
Copy the full SHA 7285079View commit details
Commits on Mar 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6e91f07 - Browse repository at this point
Copy the full SHA 6e91f07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e24ac6 - Browse repository at this point
Copy the full SHA 5e24ac6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07fc664 - Browse repository at this point
Copy the full SHA 07fc664View commit details
Commits on Mar 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8f6f912 - Browse repository at this point
Copy the full SHA 8f6f912View commit details
Commits on Mar 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ed7e0a9 - Browse repository at this point
Copy the full SHA ed7e0a9View commit details
Commits on Mar 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 290e728 - Browse repository at this point
Copy the full SHA 290e728View commit details
Commits on Mar 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f71f38e - Browse repository at this point
Copy the full SHA f71f38eView commit details
Commits on Mar 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 22fe9f6 - Browse repository at this point
Copy the full SHA 22fe9f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce6804c - Browse repository at this point
Copy the full SHA ce6804cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b75053 - Browse repository at this point
Copy the full SHA 9b75053View commit details -
Configuration menu - View commit details
-
Copy full SHA for 617c57f - Browse repository at this point
Copy the full SHA 617c57fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3533a97 - Browse repository at this point
Copy the full SHA 3533a97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 835baa0 - Browse repository at this point
Copy the full SHA 835baa0View commit details
Commits on May 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7ba33fe - Browse repository at this point
Copy the full SHA 7ba33feView commit details
Commits on Sep 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c51086e - Browse repository at this point
Copy the full SHA c51086eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27e3532 - Browse repository at this point
Copy the full SHA 27e3532View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bc1ef3 - Browse repository at this point
Copy the full SHA 3bc1ef3View commit details
Commits on Sep 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1eee27f - Browse repository at this point
Copy the full SHA 1eee27fView commit details
Commits on Nov 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4465b04 - Browse repository at this point
Copy the full SHA 4465b04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c349b3 - Browse repository at this point
Copy the full SHA 1c349b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d58a877 - Browse repository at this point
Copy the full SHA d58a877View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bdebb2 - Browse repository at this point
Copy the full SHA 1bdebb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c4903e - Browse repository at this point
Copy the full SHA 0c4903eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7aa4d7f - Browse repository at this point
Copy the full SHA 7aa4d7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30cd388 - Browse repository at this point
Copy the full SHA 30cd388View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26d2707 - Browse repository at this point
Copy the full SHA 26d2707View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5293230 - Browse repository at this point
Copy the full SHA 5293230View commit details -
Configuration menu - View commit details
-
Copy full SHA for f54cdd3 - Browse repository at this point
Copy the full SHA f54cdd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a5aa2e - Browse repository at this point
Copy the full SHA 4a5aa2eView commit details
Commits on Dec 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b4f1898 - Browse repository at this point
Copy the full SHA b4f1898View commit details