Skip to content
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

Update the remaining models to use new default covar & likelihood modules #2742

Closed
wants to merge 1 commit into from

Conversation

saitcakmak
Copy link
Contributor

Summary:
X-link: pytorch/botorch#2507

Updates the default covar & likelihood modules of BoTorch models. See pytorch/botorch#2451 for details on the new defaults.

For models that utilize a composite kernel, such as multi-fidelity/task/context, this change only affects the base kernel.

Exceptions / Models that do not utilize the new modules:

  • Fully-bayesian models.
  • Pairwise GP.
  • Fidelity kernels for MF models.
  • (likelihood only) Any model that utilizes a likelihood other than GaussianLikelihood (e.g., MultiTaskGaussianLikelihood).

Reviewed By: esantorella

Differential Revision: D62196414

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

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

saitcakmak added a commit to saitcakmak/botorch that referenced this pull request Sep 5, 2024
…ules (pytorch#2507)

Summary:
X-link: facebook/Ax#2742

Pull Request resolved: pytorch#2507

Updates the default covar & likelihood modules of BoTorch models. See pytorch#2451 for details on the new defaults.

For models that utilize a composite kernel, such as multi-fidelity/task/context, this change only affects the base kernel.

Exceptions / Models that do not utilize the new modules:
- Fully-bayesian models.
- Pairwise GP.
- Higher order GP: Produced weird division by zero errors after the change.
- Fidelity kernels for MF models.
- (likelihood only) Any model that utilizes a likelihood other than `GaussianLikelihood` (e.g., `MultiTaskGaussianLikelihood`).

Reviewed By: esantorella

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

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

saitcakmak added a commit to saitcakmak/Ax that referenced this pull request Sep 5, 2024
…ules (facebook#2742)

Summary:
Pull Request resolved: facebook#2742

X-link: pytorch/botorch#2507

Updates the default covar & likelihood modules of BoTorch models. See pytorch/botorch#2451 for details on the new defaults.

For models that utilize a composite kernel, such as multi-fidelity/task/context, this change only affects the base kernel.

Exceptions / Models that do not utilize the new modules:
- Fully-bayesian models.
- Pairwise GP.
- Higher order GP: Produced weird division by zero errors after the change.
- Fidelity kernels for MF models.
- (likelihood only) Any model that utilizes a likelihood other than `GaussianLikelihood` (e.g., `MultiTaskGaussianLikelihood`).

Reviewed By: esantorella

Differential Revision: D62196414
…ules (facebook#2742)

Summary:
Pull Request resolved: facebook#2742

X-link: pytorch/botorch#2507

Updates the default covar & likelihood modules of BoTorch models. See pytorch/botorch#2451 for details on the new defaults.

For models that utilize a composite kernel, such as multi-fidelity/task/context, this change only affects the base kernel.

Exceptions / Models that do not utilize the new modules:
- Fully-bayesian models.
- Pairwise GP.
- Higher order GP: Produced weird division by zero errors after the change.
- Fidelity kernels for MF models.
- (likelihood only) Any model that utilizes a likelihood other than `GaussianLikelihood` (e.g., `MultiTaskGaussianLikelihood`).

Reviewed By: esantorella

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

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

saitcakmak added a commit to saitcakmak/botorch that referenced this pull request Sep 5, 2024
…ules (pytorch#2507)

Summary:
X-link: facebook/Ax#2742

Pull Request resolved: pytorch#2507

Updates the default covar & likelihood modules of BoTorch models. See pytorch#2451 for details on the new defaults.

For models that utilize a composite kernel, such as multi-fidelity/task/context, this change only affects the base kernel.

Exceptions / Models that do not utilize the new modules:
- Fully-bayesian models.
- Pairwise GP.
- Higher order GP: Produced weird division by zero errors after the change.
- Fidelity kernels for MF models.
- (likelihood only) Any model that utilizes a likelihood other than `GaussianLikelihood` (e.g., `MultiTaskGaussianLikelihood`).

Reviewed By: esantorella

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

This pull request has been merged in 81a4e5b.

facebook-github-bot pushed a commit to pytorch/botorch that referenced this pull request Sep 5, 2024
…ules (#2507)

Summary:
X-link: facebook/Ax#2742

Pull Request resolved: #2507

Updates the default covar & likelihood modules of BoTorch models. See #2451 for details on the new defaults.

For models that utilize a composite kernel, such as multi-fidelity/task/context, this change only affects the base kernel.

Exceptions / Models that do not utilize the new modules:
- Fully-bayesian models.
- Pairwise GP.
- Higher order GP: Produced weird division by zero errors after the change.
- Fidelity kernels for MF models.
- (likelihood only) Any model that utilizes a likelihood other than `GaussianLikelihood` (e.g., `MultiTaskGaussianLikelihood`).

Reviewed By: esantorella

Differential Revision: D62196414

fbshipit-source-id: e2c8983a49a9f00d878e1fb7cf346212acb895e9
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