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

Gaussian Processes Tool #739

Merged
merged 52 commits into from
Sep 29, 2023

Commits on Sep 5, 2023

  1. Adding_gp_feature

    Gaurav17Joshi committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    c12c370 View commit details
    Browse the repository at this point in the history
  2. Added skew means

    Gaurav17Joshi committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    04b338b View commit details
    Browse the repository at this point in the history
  3. Added fred model

    Gaurav17Joshi committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    7a44249 View commit details
    Browse the repository at this point in the history
  4. Combined GP, GPR class

    Gaurav17Joshi committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    3bb4972 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9fe6a47 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b77f2a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2c296b1 View commit details
    Browse the repository at this point in the history
  8. Changed the GP class

    Gaurav17Joshi committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    014826b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bb33727 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    596c63b View commit details
    Browse the repository at this point in the history
  11. Added docstrings

    Gaurav17Joshi committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    01b52a3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6069b4c View commit details
    Browse the repository at this point in the history
  13. Added testing skips

    Gaurav17Joshi committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    2737824 View commit details
    Browse the repository at this point in the history
  14. Jax import changed

    Gaurav17Joshi committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    e9036f5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f89acdd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4f631e3 View commit details
    Browse the repository at this point in the history
  17. Added log parameters

    Gaurav17Joshi committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    6c8ae22 View commit details
    Browse the repository at this point in the history
  18. Changed Function Names

    Gaurav17Joshi committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    bef7b14 View commit details
    Browse the repository at this point in the history
  19. Docstring changes

    Gaurav17Joshi committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    8701ae7 View commit details
    Browse the repository at this point in the history
  20. Changelog Changed

    Gaurav17Joshi committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    51a9cef View commit details
    Browse the repository at this point in the history
  21. Improved get_mean docs

    Gaurav17Joshi committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    f9d38ca View commit details
    Browse the repository at this point in the history
  22. Docstrings Updated

    Gaurav17Joshi committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    3a46a45 View commit details
    Browse the repository at this point in the history
  23. Small doc change

    Gaurav17Joshi committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    d86b274 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Adding_gp_feature

    Gaurav17Joshi authored and dhuppenkothen committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    fa329cb View commit details
    Browse the repository at this point in the history
  2. Added skew means

    Gaurav17Joshi authored and dhuppenkothen committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    647c72e View commit details
    Browse the repository at this point in the history
  3. Added fred model

    Gaurav17Joshi authored and dhuppenkothen committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    0e091ae View commit details
    Browse the repository at this point in the history
  4. Combined GP, GPR class

    Gaurav17Joshi authored and dhuppenkothen committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    dbaee73 View commit details
    Browse the repository at this point in the history
  5. Added kernel, mean tests

    Gaurav17Joshi authored and dhuppenkothen committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    ada63a0 View commit details
    Browse the repository at this point in the history
  6. Added Multimean and tests

    Gaurav17Joshi authored and dhuppenkothen committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    c1a08a3 View commit details
    Browse the repository at this point in the history
  7. Testing for get_pior_params

    Gaurav17Joshi authored and dhuppenkothen committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    827cdf7 View commit details
    Browse the repository at this point in the history
  8. Changed the GP class

    Gaurav17Joshi authored and dhuppenkothen committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    8fa0059 View commit details
    Browse the repository at this point in the history
  9. Improved library imports

    Gaurav17Joshi authored and dhuppenkothen committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    e00d438 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b031ed1 View commit details
    Browse the repository at this point in the history
  11. Added docstrings

    Gaurav17Joshi authored and dhuppenkothen committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    5d95841 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c013d4a View commit details
    Browse the repository at this point in the history
  13. Added testing skips

    Gaurav17Joshi authored and dhuppenkothen committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    3bf2079 View commit details
    Browse the repository at this point in the history
  14. Jax import changed

    Gaurav17Joshi authored and dhuppenkothen committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    a14ca4a View commit details
    Browse the repository at this point in the history
  15. added kernel and warnings

    Gaurav17Joshi authored and dhuppenkothen committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    f3bef3f View commit details
    Browse the repository at this point in the history
  16. Adding max samples option

    Gaurav17Joshi authored and dhuppenkothen committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    181e90a View commit details
    Browse the repository at this point in the history
  17. Added log parameters

    Gaurav17Joshi authored and dhuppenkothen committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    b374d6b View commit details
    Browse the repository at this point in the history
  18. Changed Function Names

    Gaurav17Joshi authored and dhuppenkothen committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    cb0a0f5 View commit details
    Browse the repository at this point in the history
  19. Docstring changes

    Gaurav17Joshi authored and dhuppenkothen committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    a2c03c0 View commit details
    Browse the repository at this point in the history
  20. Changelog Changed

    Gaurav17Joshi authored and dhuppenkothen committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    eeb241a View commit details
    Browse the repository at this point in the history
  21. Improved get_mean docs

    Gaurav17Joshi authored and dhuppenkothen committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    c73620b View commit details
    Browse the repository at this point in the history
  22. Docstrings Updated

    Gaurav17Joshi authored and dhuppenkothen committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    2d0ba46 View commit details
    Browse the repository at this point in the history
  23. Small doc change

    Gaurav17Joshi authored and dhuppenkothen committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    c3778a3 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d3447f4 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    1fc9f84 View commit details
    Browse the repository at this point in the history
  26. Fixed typo in changelog

    dhuppenkothen committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    78e13f4 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    f56c276 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    bd2fd59 View commit details
    Browse the repository at this point in the history
  29. Merge pull request #1 from dhuppenkothen/GPTool_fixes

    Fixes for GP Modeling code
    Gaurav17Joshi committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    e9ef4df View commit details
    Browse the repository at this point in the history