Skip to content

fix bug where input transforms are not applied in fully Bayesian models in train mode #2859

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

Closed
wants to merge 3 commits into from

Conversation

sdaulton
Copy link
Contributor

Summary: This fixes a bug where input transforms were not applied to fully Bayesian GPs in training mode. This only affects computing MLL, AIC, and BIC (which previously where computing without applying normalization/warping) for fully Bayesian GPs. We don't evaluate fully Bayesian models in train mode.

Reviewed By: saitcakmak

Differential Revision: D74827275

@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label May 21, 2025
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D74827275

Copy link

codecov bot commented May 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (e4a056a) to head (a8d98f3).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #2859   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          211       211           
  Lines        19349     19353    +4     
=========================================
+ Hits         19349     19353    +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@sdaulton sdaulton force-pushed the export-D74827275 branch from 6014565 to 15406e3 Compare May 27, 2025 17:48
sdaulton added a commit to sdaulton/botorch that referenced this pull request May 27, 2025
…ls in train mode (pytorch#2859)

Summary:

This fixes a bug where input transforms were not applied to fully Bayesian GPs in training mode. This only affects computing MLL, AIC, and BIC (which previously where computing without applying normalization/warping) for fully Bayesian GPs.  We don't evaluate fully Bayesian models in `train` mode.

Reviewed By: saitcakmak

Differential Revision: D74827275
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D74827275

sdaulton added a commit to sdaulton/botorch that referenced this pull request May 27, 2025
…ls in train mode (pytorch#2859)

Summary:
Pull Request resolved: pytorch#2859

This fixes a bug where input transforms were not applied to fully Bayesian GPs in training mode. This only affects computing MLL, AIC, and BIC (which previously where computing without applying normalization/warping) for fully Bayesian GPs.  We don't evaluate fully Bayesian models in `train` mode.

Reviewed By: saitcakmak

Differential Revision: D74827275
@sdaulton sdaulton force-pushed the export-D74827275 branch 2 times, most recently from 57cdf81 to 61a4668 Compare May 27, 2025 18:39
sdaulton added a commit to sdaulton/botorch that referenced this pull request May 27, 2025
…ls in train mode (pytorch#2859)

Summary:

This fixes a bug where input transforms were not applied to fully Bayesian GPs in training mode. This only affects computing MLL, AIC, and BIC (which previously where computing without applying normalization/warping) for fully Bayesian GPs.  We don't evaluate fully Bayesian models in `train` mode.

Reviewed By: saitcakmak

Differential Revision: D74827275
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D74827275

@sdaulton sdaulton force-pushed the export-D74827275 branch from 61a4668 to 7b9f40e Compare May 27, 2025 18:51
sdaulton added a commit to sdaulton/botorch that referenced this pull request May 27, 2025
…ls in train mode (pytorch#2859)

Summary:

This fixes a bug where input transforms were not applied to fully Bayesian GPs in training mode. This only affects computing MLL, AIC, and BIC (which previously where computing without applying normalization/warping) for fully Bayesian GPs.  We don't evaluate fully Bayesian models in `train` mode.

Reviewed By: saitcakmak

Differential Revision: D74827275
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D74827275

sdaulton added a commit to sdaulton/botorch that referenced this pull request May 27, 2025
…ls in train mode (pytorch#2859)

Summary:
Pull Request resolved: pytorch#2859

This fixes a bug where input transforms were not applied to fully Bayesian GPs in training mode. This only affects computing MLL, AIC, and BIC (which previously where computing without applying normalization/warping) for fully Bayesian GPs.  We don't evaluate fully Bayesian models in `train` mode.

Reviewed By: saitcakmak

Differential Revision: D74827275
@sdaulton sdaulton force-pushed the export-D74827275 branch from 7b9f40e to 3751998 Compare May 27, 2025 18:54
sdaulton added 2 commits May 27, 2025 13:13
Summary: see title

Differential Revision: D74824675
Summary: see title.

Differential Revision: D74826655
@sdaulton sdaulton force-pushed the export-D74827275 branch from 3751998 to cafb2e6 Compare May 27, 2025 20:15
sdaulton added a commit to sdaulton/botorch that referenced this pull request May 27, 2025
…ls in train mode (pytorch#2859)

Summary:

This fixes a bug where input transforms were not applied to fully Bayesian GPs in training mode. This only affects computing MLL, AIC, and BIC (which previously where computing without applying normalization/warping) for fully Bayesian GPs.  We don't evaluate fully Bayesian models in `train` mode.

Reviewed By: saitcakmak

Differential Revision: D74827275
@sdaulton sdaulton force-pushed the export-D74827275 branch from cafb2e6 to 7bf7a7f Compare May 27, 2025 20:15
sdaulton added a commit to sdaulton/botorch that referenced this pull request May 27, 2025
…ls in train mode (pytorch#2859)

Summary:

This fixes a bug where input transforms were not applied to fully Bayesian GPs in training mode. This only affects computing MLL, AIC, and BIC (which previously where computing without applying normalization/warping) for fully Bayesian GPs.  We don't evaluate fully Bayesian models in `train` mode.

Reviewed By: saitcakmak

Differential Revision: D74827275
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D74827275

…ls in train mode (pytorch#2859)

Summary:
Pull Request resolved: pytorch#2859

This fixes a bug where input transforms were not applied to fully Bayesian GPs in training mode. This only affects computing MLL, AIC, and BIC (which previously where computing without applying normalization/warping) for fully Bayesian GPs.  We don't evaluate fully Bayesian models in `train` mode.

Reviewed By: saitcakmak

Differential Revision: D74827275
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D74827275

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in d247a33.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants