-
Notifications
You must be signed in to change notification settings - Fork 404
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
Robust Gaussian Processes via Relevance Pursuit #2608
base: main
Are you sure you want to change the base?
Conversation
This pull request was exported from Phabricator. Differential Revision: D65343571 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2608 +/- ##
==========================================
- Coverage 99.98% 99.60% -0.39%
==========================================
Files 196 198 +2
Lines 17372 17866 +494
==========================================
+ Hits 17370 17795 +425
- Misses 2 71 +69 ☔ View full report in Codecov by Sentry. |
Summary: Pull Request resolved: pytorch#2608 This commit adds the implementation of the [Robust Gaussian Processes via Relevance Pursuit](https://arxiv.org/pdf/2410.24222) models and algorithms of the NeurIPS 2024 article. Differential Revision: D65343571
4684fac
to
fad64bf
Compare
This pull request was exported from Phabricator. Differential Revision: D65343571 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D65343571 |
Summary: Pull Request resolved: pytorch#2608 This commit adds the implementation of the [Robust Gaussian Processes via Relevance Pursuit](https://arxiv.org/pdf/2410.24222) models and algorithms of the NeurIPS 2024 article. Differential Revision: D65343571
fad64bf
to
5ce9666
Compare
This pull request was exported from Phabricator. Differential Revision: D65343571 |
Summary: Pull Request resolved: pytorch#2608 This commit adds the implementation of the [Robust Gaussian Processes via Relevance Pursuit](https://arxiv.org/pdf/2410.24222) models and algorithms of the NeurIPS 2024 article. Differential Revision: D65343571
5ce9666
to
9f3622c
Compare
Summary: Pull Request resolved: pytorch#2608 This commit adds the implementation of the [Robust Gaussian Processes via Relevance Pursuit](https://arxiv.org/pdf/2410.24222) models and algorithms of the NeurIPS 2024 article. Differential Revision: D65343571
This pull request was exported from Phabricator. Differential Revision: D65343571 |
9f3622c
to
e6386c6
Compare
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