-
Notifications
You must be signed in to change notification settings - Fork 412
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Supporting
InputTransforms
in SparseOutlierLikelihood
and `get_po…
…sterior_over_support` (#2659) Summary: Adding support to using the `SparseOutlierLikelihood` in conjunction with input transforms. To do this, we need to pass the transformed inputs separately to any of the marginal likelihood computation similar to the [model closures in the model fitting routines](https://github.com/pytorch/botorch/blob/466da73a18731d45b034bfd36011bb3eb150fdd8/botorch/optim/closures/model_closures.py#L185). Reviewed By: saitcakmak Differential Revision: D67605578
- Loading branch information
1 parent
37f04d1
commit 3bd6fdf
Showing
3 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters