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

MeasuredNoiseGP #69

Merged
merged 15 commits into from
Jan 13, 2024
Merged

MeasuredNoiseGP #69

merged 15 commits into from
Jan 13, 2024

Conversation

ziatdinovmax
Copy link
Owner

@ziatdinovmax ziatdinovmax commented Jan 13, 2024

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
Copy link

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 ⚠️
gpax/models/linreg.py 96.77% 1 Missing ⚠️

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

Additional details and impacted files
@@            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 Coverage Δ
unittests 95.63% <92.07%> (-0.17%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ziatdinovmax ziatdinovmax merged commit 1e0a8dc into main Jan 13, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants