-
Notifications
You must be signed in to change notification settings - Fork 413
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
Support observed noise in MixedSingleTaskGP #2054
Conversation
This pull request was exported from Phabricator. Differential Revision: D50394746 |
Codecov Report
@@ Coverage Diff @@
## main #2054 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 179 179
Lines 15847 15802 -45
=========================================
- Hits 15847 15802 -45
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
This pull request was exported from Phabricator. Differential Revision: D50394746 |
Summary: Pull Request resolved: pytorch#2054 Supporting observed noise was blocked on `SingleTaskGP` not supporting `train_Yvar`. We can easily support it after pytorch#2052 Reviewed By: esantorella Differential Revision: D50394746 fbshipit-source-id: d830d92031b4c3a1b190ce438cdf0513130ae2b0
1358a3f
to
f70c8ec
Compare
This pull request was exported from Phabricator. Differential Revision: D50394746 |
Summary: Supporting an optional `train_Yvar` argument in `SingleTaskGP` eliminates the need for an additional model class just to have a different likelihood. The plan for `FixedNoiseGP` is for it to live along with a soft deprecation warning for the foreseeable future. Differential Revision: D50392099 fbshipit-source-id: 42d2e94ae2114c0311e21194930039e64aec4092
Summary: Pull Request resolved: pytorch#2053 Builds on pytorch#2052 to deprecate one more model that existed only to support a different likelihood. Differential Revision: https://internalfb.com/D50393050 fbshipit-source-id: 8e417e089cdef694f2ec0891b286c18477673037
Summary: Pull Request resolved: pytorch#2054 Supporting observed noise was blocked on `SingleTaskGP` not supporting `train_Yvar`. We can easily support it after pytorch#2052 Reviewed By: esantorella Differential Revision: D50394746 fbshipit-source-id: 54b87ce99db243d8e6ce88a33a7023edf5338d4c
This pull request was exported from Phabricator. Differential Revision: D50394746 |
f70c8ec
to
c29dd4a
Compare
This pull request has been merged in 818e1c9. |
Summary: Supporting observed noise was blocked on
SingleTaskGP
not supportingtrain_Yvar
. We can easily support it after #2052Differential Revision: D50394746