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

Feature/fast prediction #59

Merged
merged 80 commits into from Nov 16, 2022
Merged

Feature/fast prediction #59

merged 80 commits into from Nov 16, 2022

Commits on Oct 27, 2022

  1. First Fast Predict Commit

    Alec Dunton committed Oct 27, 2022
    Copy the full SHA
    6bf7b60 View commit details
    Browse the repository at this point in the history
  2. First Fast Predict Commit

    Alec Dunton committed Oct 27, 2022
    Copy the full SHA
    43a0db0 View commit details
    Browse the repository at this point in the history
  3. Added fast prediction to MuyGPs class

    Alec Dunton committed Oct 27, 2022
    Copy the full SHA
    d34bcc5 View commit details
    Browse the repository at this point in the history
  4. Functions passing initial tests on Heaton Data - need to build out wo…

    …rkflow and add tests still
    Alec Dunton committed Oct 27, 2022
    Copy the full SHA
    9a1d10a View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Copy the full SHA
    f6d49c1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0f7499a View commit details
    Browse the repository at this point in the history
  3. Building MuyGPs fast regression workflow

    Alec Dunton committed Oct 28, 2022
    Copy the full SHA
    5a0d529 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. outline for fast regress high-level API

    Alec Dunton committed Nov 1, 2022
    Copy the full SHA
    0ad4fb5 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Adding workflow

    Alec Dunton committed Nov 2, 2022
    Copy the full SHA
    3784dad View commit details
    Browse the repository at this point in the history
  2. Workflow is working - need to add documentation

    Alec Dunton committed Nov 2, 2022
    Copy the full SHA
    f130171 View commit details
    Browse the repository at this point in the history
  3. Added end-to-end workflow function

    Alec Dunton committed Nov 2, 2022
    Copy the full SHA
    6268d33 View commit details
    Browse the repository at this point in the history
  4. Added end-to-end workflow function

    Alec Dunton committed Nov 2, 2022
    Copy the full SHA
    9049ce3 View commit details
    Browse the repository at this point in the history
  5. Added documentation to fast prediction workflow

    Alec Dunton committed Nov 2, 2022
    Copy the full SHA
    c21472b View commit details
    Browse the repository at this point in the history
  6. Added documentation to fast prediction workflow

    Alec Dunton committed Nov 2, 2022
    Copy the full SHA
    70228a8 View commit details
    Browse the repository at this point in the history
  7. Added documentation to fast prediction workflow

    Alec Dunton committed Nov 2, 2022
    Copy the full SHA
    0c8c86a View commit details
    Browse the repository at this point in the history
  8. Added documentation to fast prediction workflow

    Alec Dunton committed Nov 2, 2022
    Copy the full SHA
    95a0aa7 View commit details
    Browse the repository at this point in the history
  9. Added documentation to fast prediction workflow

    Alec Dunton committed Nov 2, 2022
    Copy the full SHA
    f25ac4c View commit details
    Browse the repository at this point in the history
  10. Cleaning documentation

    Alec Dunton committed Nov 2, 2022
    Copy the full SHA
    7f7e5b4 View commit details
    Browse the repository at this point in the history
  11. Cleaning documentation

    Alec Dunton committed Nov 2, 2022
    Copy the full SHA
    16dbeca View commit details
    Browse the repository at this point in the history
  12. Cleaning documentation

    Alec Dunton committed Nov 2, 2022
    Copy the full SHA
    202f9d6 View commit details
    Browse the repository at this point in the history
  13. Cleaning documentation

    Alec Dunton committed Nov 2, 2022
    Copy the full SHA
    30613ab View commit details
    Browse the repository at this point in the history
  14. Cleaning documentation

    Alec Dunton committed Nov 2, 2022
    Copy the full SHA
    4f9bf76 View commit details
    Browse the repository at this point in the history
  15. Cleaning documentation

    Alec Dunton committed Nov 2, 2022
    Copy the full SHA
    a9ce803 View commit details
    Browse the repository at this point in the history
  16. Cleaning documentation

    Alec Dunton committed Nov 2, 2022
    Copy the full SHA
    9988643 View commit details
    Browse the repository at this point in the history
  17. Cleaning documentation

    Alec Dunton committed Nov 2, 2022
    Copy the full SHA
    b2e3e24 View commit details
    Browse the repository at this point in the history
  18. Cleaning documentation

    Alec Dunton committed Nov 2, 2022
    Copy the full SHA
    2ab40eb View commit details
    Browse the repository at this point in the history
  19. Cleaning documentation

    Alec Dunton committed Nov 2, 2022
    Copy the full SHA
    d0f7144 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Fixed some issues with multivariate regression

    Alec Dunton committed Nov 3, 2022
    Copy the full SHA
    144ab17 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. refactored fast prediction code in MuyGPS class

    Alec Dunton committed Nov 8, 2022
    Copy the full SHA
    d0f128b View commit details
    Browse the repository at this point in the history
  2. refactoring fast regression functions in MuyGPS class

    Alec Dunton committed Nov 8, 2022
    Copy the full SHA
    cd4f110 View commit details
    Browse the repository at this point in the history
  3. Added Jax Tests

    Alec Dunton committed Nov 8, 2022
    Copy the full SHA
    ecc8c94 View commit details
    Browse the repository at this point in the history
  4. Added Jax Tests

    Alec Dunton committed Nov 8, 2022
    Copy the full SHA
    d44b9c1 View commit details
    Browse the repository at this point in the history
  5. Added Jax Tests

    Alec Dunton committed Nov 8, 2022
    Copy the full SHA
    ba21674 View commit details
    Browse the repository at this point in the history
  6. Added Jax Tests

    Alec Dunton committed Nov 8, 2022
    Copy the full SHA
    21c964a View commit details
    Browse the repository at this point in the history
  7. Debugging Jax Tests

    Alec Dunton committed Nov 8, 2022
    Copy the full SHA
    4b35de5 View commit details
    Browse the repository at this point in the history
  8. Debugging Jax Tests

    Alec Dunton committed Nov 8, 2022
    Copy the full SHA
    4c05aae View commit details
    Browse the repository at this point in the history
  9. Debugging Jax Tests

    Alec Dunton committed Nov 8, 2022
    Copy the full SHA
    cf59dd5 View commit details
    Browse the repository at this point in the history
  10. Debugging Jax Tests

    Alec Dunton committed Nov 8, 2022
    Copy the full SHA
    d33ac20 View commit details
    Browse the repository at this point in the history
  11. Debugging Jax Tests

    Alec Dunton committed Nov 8, 2022
    Copy the full SHA
    2c7a196 View commit details
    Browse the repository at this point in the history
  12. Debugging Jax Tests

    Alec Dunton committed Nov 8, 2022
    Copy the full SHA
    1bd5917 View commit details
    Browse the repository at this point in the history
  13. Debugging Jax Tests

    Alec Dunton committed Nov 8, 2022
    Copy the full SHA
    683b1e1 View commit details
    Browse the repository at this point in the history
  14. Debugging Jax Tests

    Alec Dunton committed Nov 8, 2022
    Copy the full SHA
    d156514 View commit details
    Browse the repository at this point in the history
  15. Debugging Jax Tests

    Alec Dunton committed Nov 8, 2022
    Copy the full SHA
    4f30600 View commit details
    Browse the repository at this point in the history
  16. Debugging Jax Tests

    Alec Dunton committed Nov 8, 2022
    Copy the full SHA
    5f914fb View commit details
    Browse the repository at this point in the history
  17. Debugging Jax Tests

    Alec Dunton committed Nov 8, 2022
    Copy the full SHA
    914ac7e View commit details
    Browse the repository at this point in the history
  18. Debugging Jax Tests

    Alec Dunton committed Nov 8, 2022
    Copy the full SHA
    449d7d3 View commit details
    Browse the repository at this point in the history
  19. Debugging Jax Tests

    Alec Dunton committed Nov 8, 2022
    Copy the full SHA
    0fb3af9 View commit details
    Browse the repository at this point in the history
  20. Debugging Jax Tests

    Alec Dunton committed Nov 8, 2022
    Copy the full SHA
    e41ed82 View commit details
    Browse the repository at this point in the history
  21. Debugging Jax Tests

    Alec Dunton committed Nov 8, 2022
    Copy the full SHA
    b324172 View commit details
    Browse the repository at this point in the history
  22. pushed fast regression math into source

    Alec Dunton committed Nov 8, 2022
    Copy the full SHA
    edbbe72 View commit details
    Browse the repository at this point in the history
  23. pushed fast regression math into source

    Alec Dunton committed Nov 8, 2022
    Copy the full SHA
    fcc66d1 View commit details
    Browse the repository at this point in the history
  24. issue with non integer nearest neighbor index

    Alec Dunton committed Nov 8, 2022
    Copy the full SHA
    a1a2fb5 View commit details
    Browse the repository at this point in the history
  25. Added nearest neighbor update functions

    Alec Dunton committed Nov 8, 2022
    Copy the full SHA
    d226d0e View commit details
    Browse the repository at this point in the history
  26. Added coefficient matrix test

    Alec Dunton committed Nov 8, 2022
    Copy the full SHA
    a78b98f View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Added nn_indices update function

    Alec Dunton committed Nov 9, 2022
    Copy the full SHA
    8b44d39 View commit details
    Browse the repository at this point in the history
  2. Added nn_indices update function

    Alec Dunton committed Nov 9, 2022
    Copy the full SHA
    bd6ed6f View commit details
    Browse the repository at this point in the history
  3. added timings to fast regress API

    Alec Dunton committed Nov 9, 2022
    Copy the full SHA
    0848e38 View commit details
    Browse the repository at this point in the history
  4. added timings to fast regress API

    Alec Dunton committed Nov 9, 2022
    Copy the full SHA
    16de666 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    205a737 View commit details
    Browse the repository at this point in the history
  6. Added Multivariate Test Case

    Alec Dunton committed Nov 9, 2022
    Copy the full SHA
    39842f9 View commit details
    Browse the repository at this point in the history
  7. Added GP Test Case

    Alec Dunton committed Nov 9, 2022
    Copy the full SHA
    089f2c2 View commit details
    Browse the repository at this point in the history
  8. Added GP Test Case

    Alec Dunton committed Nov 9, 2022
    Copy the full SHA
    3db9205 View commit details
    Browse the repository at this point in the history
  9. Added Multivariate Test Case

    Alec Dunton committed Nov 9, 2022
    Copy the full SHA
    220b709 View commit details
    Browse the repository at this point in the history
  10. Added Heaton API Test Case

    Alec Dunton committed Nov 9, 2022
    Copy the full SHA
    517dd38 View commit details
    Browse the repository at this point in the history
  11. Added Heaton API Test Case

    Alec Dunton committed Nov 9, 2022
    Copy the full SHA
    1ec0dba View commit details
    Browse the repository at this point in the history
  12. Added Star Galaxy API Test Case

    Alec Dunton committed Nov 9, 2022
    Copy the full SHA
    3f70f76 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Merge branch 'develop' into feature/fast_prediction

    Alec Dunton committed Nov 10, 2022
    Copy the full SHA
    25e5679 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Fast Changes

    Alec Dunton committed Nov 15, 2022
    Copy the full SHA
    627d5b9 View commit details
    Browse the repository at this point in the history
  2. Removed tensor_fn definition where unnecessary

    Alec Dunton committed Nov 15, 2022
    Copy the full SHA
    e5b4406 View commit details
    Browse the repository at this point in the history
  3. formatting

    Alec Dunton committed Nov 15, 2022
    Copy the full SHA
    84fc7dc View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Refactored fast_regress_from_indices

    Alec Dunton committed Nov 16, 2022
    Copy the full SHA
    12f0fd4 View commit details
    Browse the repository at this point in the history
  2. Added two more Jax unit tests

    Alec Dunton committed Nov 16, 2022
    Copy the full SHA
    b00e019 View commit details
    Browse the repository at this point in the history
  3. Minor documentation change

    Alec Dunton committed Nov 16, 2022
    Copy the full SHA
    41c15b3 View commit details
    Browse the repository at this point in the history
  4. Moved Kcross construction into MMuyGPs static method

    Alec Dunton committed Nov 16, 2022
    Copy the full SHA
    b45a1e3 View commit details
    Browse the repository at this point in the history
  5. refactored fast_regress_from_indices

    Alec Dunton committed Nov 16, 2022
    Copy the full SHA
    e55d862 View commit details
    Browse the repository at this point in the history
  6. documentation cleanup

    Alec Dunton committed Nov 16, 2022
    Copy the full SHA
    f9f8e3a View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    0e02d9f View commit details
    Browse the repository at this point in the history
  8. Cleaning docs

    Alec Dunton committed Nov 16, 2022
    Copy the full SHA
    dd31e6c View commit details
    Browse the repository at this point in the history
  9. Building docs for fast regress

    Alec Dunton committed Nov 16, 2022
    Copy the full SHA
    11393dc View commit details
    Browse the repository at this point in the history
  10. Removed DS_Store and added DS_Store to gitignore file

    Alec Dunton committed Nov 16, 2022
    Copy the full SHA
    6fc831f View commit details
    Browse the repository at this point in the history