-
Notifications
You must be signed in to change notification settings - Fork 415
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 for outcome transforms that return a TransformedPosterior in ModelListGP #1563
Conversation
This pull request was exported from Phabricator. Differential Revision: D42019721 |
Codecov Report
@@ Coverage Diff @@
## main #1563 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 153 153
Lines 13631 13643 +12
=========================================
+ Hits 13631 13643 +12
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
…ModelListGP (pytorch#1563) Summary: Pull Request resolved: pytorch#1563 Replaces D41860896, but adds support for the outcome transforms that weren't working for `ModelListGP.posterior` by calling `ModelList.posterior`. See pytorch#1519 for more context on the issue that this is fixing. Reviewed By: Balandat Differential Revision: D42019721 fbshipit-source-id: 1db199eb1b54096d06d9f9aaa1ef106ef2482a28
7a0bb8c
to
5ddd5c7
Compare
This pull request was exported from Phabricator. Differential Revision: D42019721 |
…ModelListGP (pytorch#1563) Summary: Pull Request resolved: pytorch#1563 Replaces D41860896, but adds support for the outcome transforms that weren't working for `ModelListGP.posterior` by calling `ModelList.posterior`. See pytorch#1519 for more context on the issue that this is fixing. Differential Revision: D42019721 fbshipit-source-id: 6a373b1fffdfde8001f8ea26fe1a4b4e89a6c9e2
5ddd5c7
to
66d4c3e
Compare
This pull request was exported from Phabricator. Differential Revision: D42019721 |
66d4c3e
to
579ac33
Compare
…ModelListGP (pytorch#1563) Summary: Pull Request resolved: pytorch#1563 Replaces D41860896, but adds support for the outcome transforms that weren't working for `ModelListGP.posterior` by calling `ModelList.posterior`. See pytorch#1519 for more context on the issue that this is fixing. Reviewed By: saitcakmak Differential Revision: D42019721 fbshipit-source-id: 0255194768151e6588a449db4d2a92cfabfce6d4
This pull request was exported from Phabricator. Differential Revision: D42019721 |
…ModelListGP (pytorch#1563) Summary: Pull Request resolved: pytorch#1563 Replaces D41860896, but adds support for the outcome transforms that weren't working for `ModelListGP.posterior` by calling `ModelList.posterior`. See pytorch#1519 for more context on the issue that this is fixing. Reviewed By: saitcakmak Differential Revision: D42019721 fbshipit-source-id: 2da3e5acd4a33a54fdc5d7535b1646818304e7c0
579ac33
to
ab5843b
Compare
This pull request was exported from Phabricator. Differential Revision: D42019721 |
…ModelListGP (pytorch#1563) Summary: Pull Request resolved: pytorch#1563 Replaces D41860896, but adds support for the outcome transforms that weren't working for `ModelListGP.posterior` by calling `ModelList.posterior`. See pytorch#1519 for more context on the issue that this is fixing. Reviewed By: saitcakmak Differential Revision: D42019721 fbshipit-source-id: 762a3e042911e3b5e0f18a000ab00b993be55e58
ab5843b
to
9ca8715
Compare
This pull request was exported from Phabricator. Differential Revision: D42019721 |
This pull request has been merged in 5066540. |
Summary:
Replaces D41860896, but adds support for the outcome transforms that weren't working for
ModelListGP.posterior
by callingModelList.posterior
.See #1519 for more context on the issue that this is fixing.
Reviewed By: Balandat
Differential Revision: D42019721