-
Notifications
You must be signed in to change notification settings - Fork 410
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
Conversation
This pull request was exported from Phabricator. Differential Revision: D65343571 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2608 +/- ##
========================================
Coverage 99.98% 99.98%
========================================
Files 196 198 +2
Lines 17431 17892 +461
========================================
+ Hits 17429 17890 +461
Misses 2 2 ☔ 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
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
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. |
This pull request was exported from Phabricator. Differential Revision: D65343571 |
e6386c6
to
96f8c2f
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. Reviewed By: esantorella Differential Revision: D65343571
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. Reviewed By: esantorella Differential Revision: D65343571
96f8c2f
to
1cffa74
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. Reviewed By: esantorella Differential Revision: D65343571
1cffa74
to
05b16ad
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. Reviewed By: esantorella Differential Revision: D65343571
05b16ad
to
a01e68a
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. Reviewed By: esantorella Differential Revision: D65343571
a01e68a
to
b4cd9c5
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. Reviewed By: esantorella Differential Revision: D65343571
b4cd9c5
to
41737ee
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. Reviewed By: esantorella Differential Revision: D65343571
41737ee
to
958bbbd
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. Reviewed By: esantorella Differential Revision: D65343571
958bbbd
to
ad214fd
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. Reviewed By: esantorella Differential Revision: D65343571
ad214fd
to
964918c
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. Reviewed By: esantorella Differential Revision: D65343571
964918c
to
0a095c2
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. Reviewed By: esantorella Differential Revision: D65343571
0a095c2
to
2066c32
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. Reviewed By: esantorella Differential Revision: D65343571
This pull request was exported from Phabricator. Differential Revision: D65343571 |
2066c32
to
69d5b6a
Compare
This pull request has been merged in 5012fe8. |
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