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

Beginning infrastructure for Vecchia GP's #2311

Open
wants to merge 68 commits into
base: master
Choose a base branch
from

Commits on Nov 1, 2022

  1. 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.
    alexpeters1208 committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    e954482 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bca4f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    ef9eea5 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Configuration menu
    Copy the full SHA
    2231706 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32e1090 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    62472c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    8e7d0ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b740d0e View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    9ab69d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e523b13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea3be54 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Remove blocking and ordering strategies to simplify interface and ali…

    …gn with variational module style.
    alexpeters1208 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    da67795 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a04718 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Configuration menu
    Copy the full SHA
    3c01610 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Configuration menu
    Copy the full SHA
    70d9b33 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    b58d3cf View commit details
    Browse the repository at this point in the history
  2. Add ordering strategies, modify blocking objects to make use of order…

    …ing strategies and enable reordering.
    alexpeters1208 committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    a741ff5 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Configuration menu
    Copy the full SHA
    493ec66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23fbf59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c37261 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bf93fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b2bddb View commit details
    Browse the repository at this point in the history
  6. Continue type hinting in BaseBlocker and KMeansBlocker, add documenta…

    …tion, add new ordering strategies.
    alexpeters1208 committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    4311086 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    f94597c View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    f1d7edd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    faf0900 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8cd2e0 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    cf1d7b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4349c81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    771eb83 View commit details
    Browse the repository at this point in the history
  4. Continue tutorial.

    alexpeters1208 committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    b71c0b9 View commit details
    Browse the repository at this point in the history
  5. Continue tutorial.

    alexpeters1208 committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    9a69346 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Modify docstrings, add to tutorial, refactor K-Means blocker to reduc…

    …e repetition, add first draft of VoronoiBlocker.
    alexpeters1208 committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    9b20a56 View commit details
    Browse the repository at this point in the history
  2. Continue tutorial.

    alexpeters1208 committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    ec84472 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    86880a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. 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.
    alexpeters1208 committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    f688795 View commit details
    Browse the repository at this point in the history
  2. 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.
    alexpeters1208 committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    72341b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7285079 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    6e91f07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e24ac6 View commit details
    Browse the repository at this point in the history
  3. Update blocker docs.

    alexpeters1208 committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    07fc664 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    8f6f912 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    ed7e0a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    290e728 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    f71f38e View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    22fe9f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce6804c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b75053 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    617c57f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3533a97 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    835baa0 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    7ba33fe View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    c51086e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27e3532 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bc1ef3 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    1eee27f View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    4465b04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c349b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d58a877 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1bdebb2 View commit details
    Browse the repository at this point in the history
  5. Trying again

    alexpeters1208 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    0c4903e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7aa4d7f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    30cd388 View commit details
    Browse the repository at this point in the history
  8. Update examples index

    alexpeters1208 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    26d2707 View commit details
    Browse the repository at this point in the history
  9. Update docs labels

    alexpeters1208 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    5293230 View commit details
    Browse the repository at this point in the history
  10. Fix hyperlink

    alexpeters1208 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    f54cdd3 View commit details
    Browse the repository at this point in the history
  11. Modify notebook

    alexpeters1208 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    4a5aa2e View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    b4f1898 View commit details
    Browse the repository at this point in the history