ziatdinovmax / gpax

Gaussian Processes for Experimental Sciences
http://gpax.rtfd.io
MIT License
205 stars 27 forks source link

MeasuredNoiseGP #69

Closed ziatdinovmax closed 9 months ago

ziatdinovmax commented 9 months ago

This class extends the ExactGP model by allowing the inclusion of measured noise variances in the GP framework. Unlike standard GP models, where noise is typically inferred, this model uses noise values obtained from repeated measurements at the same input points.

cc: @SergeiVKalinin @arpanbiswas52

codecov-commenter commented 9 months ago

Codecov Report

Attention: 16 lines in your changes are missing coverage. Please review.

Comparison is base (c1a3a1a) 95.80% compared to head (8355c4c) 95.63%.

Files Patch % Lines
gpax/models/mngp.py 82.95% 15 Missing :warning:
gpax/models/linreg.py 96.77% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #69 +/- ## ========================================== - Coverage 95.80% 95.63% -0.17% ========================================== Files 48 51 +3 Lines 3718 3918 +200 ========================================== + Hits 3562 3747 +185 - Misses 156 171 +15 ``` | [Flag](https://app.codecov.io/gh/ziatdinovmax/gpax/pull/69/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Maxim+Ziatdinov) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/ziatdinovmax/gpax/pull/69/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Maxim+Ziatdinov) | `95.63% <92.07%> (-0.17%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Maxim+Ziatdinov#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.