-
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
Properly handle observed noise in AdditiveMapSaasSingleTaskGP with outcome transforms #2763
Conversation
This pull request was exported from Phabricator. Differential Revision: D70785752 |
This pull request was exported from Phabricator. Differential Revision: D70785752 |
7ace0b2
to
669a062
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2763 +/- ##
=======================================
Coverage 99.99% 99.99%
=======================================
Files 203 203
Lines 18705 18705
=======================================
Hits 18704 18704
Misses 1 1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…tcome transforms (pytorch#2763) Summary: Currently the noise is not transformed properly when there are outcome transforms (e.g. `Standardize`). This was very problematic for model fitting. This also updates the default outcome transform to match `SingleTaskGP` Reviewed By: saitcakmak Differential Revision: D70785752
669a062
to
1be1e7f
Compare
This pull request was exported from Phabricator. Differential Revision: D70785752 |
1be1e7f
to
f162b48
Compare
…tcome transforms (pytorch#2763) Summary: Pull Request resolved: pytorch#2763 Currently the noise is not transformed properly when there are outcome transforms (e.g. `Standardize`). This was very problematic for model fitting. This also updates the default outcome transform to match `SingleTaskGP` Reviewed By: saitcakmak Differential Revision: D70785752
…tcome transforms (pytorch#2763) Summary: Currently the noise is not transformed properly when there are outcome transforms (e.g. `Standardize`). This was very problematic for model fitting. This also updates the default outcome transform to match `SingleTaskGP` Reviewed By: saitcakmak Differential Revision: D70785752
f162b48
to
554dbb0
Compare
…tcome transforms (pytorch#2763) Summary: Pull Request resolved: pytorch#2763 Currently the noise is not transformed properly when there are outcome transforms (e.g. `Standardize`). This was very problematic for model fitting. This also updates the default outcome transform to match `SingleTaskGP` Reviewed By: saitcakmak Differential Revision: D70785752
This pull request was exported from Phabricator. Differential Revision: D70785752 |
554dbb0
to
d925d92
Compare
This pull request has been merged in a79b050. |
Summary:
Currently the noise is not transformed properly when there are outcome transforms (e.g.
Standardize
). This was very problematic for model fitting.This also updates the default outcome transform to match
SingleTaskGP
Differential Revision: D70785752