Open SebastianAment opened 3 weeks ago
This pull request was exported from Phabricator. Differential Revision: D65343571
Attention: Patch coverage is 86.11670%
with 69 lines
in your changes missing coverage. Please review.
Project coverage is 99.60%. Comparing base (
3ca48d0
) to head (e6386c6
). Report is 14 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
botorch/models/relevance_pursuit.py | 78.38% | 67 Missing :warning: |
botorch/models/likelihoods/sparse_outlier_noise.py | 98.43% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
This pull request was exported from Phabricator. Differential Revision: D65343571
This pull request was exported from Phabricator. Differential Revision: D65343571
This pull request was exported from Phabricator. Differential Revision: D65343571
This pull request was exported from Phabricator. Differential Revision: D65343571
I just read the paper, and really like it! We will definitely integrate it into our workflows, as this problem is very common for our experimental data. Currently we are sometimes using iterative trimming.
Any plan when this will land in main?
Great to hear @jduerholt! I'll just need to get test coverage to 100%, will try to get the time for this within the next two weeks. Would be curious to learn about your experience if / when you start using the model.
I will update you, as soon as it will land here in main, I will integrate it into our workflows ;) And then update you on our experience.
Summary: This commit adds the implementation of the Robust Gaussian Processes via Relevance Pursuit models and algorithms of the NeurIPS 2024 article.
Differential Revision: D65343571