Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Standardize by default for SingleTaskGP (#2630)
Summary: Pull Request resolved: #2630 X-link: pytorch/botorch#2458 D60080819 recently updated the default `SingleTaskGP` BoTorch priors. One significant change was to remove the use of an outputscale, which may not work well if the outputs aren't standardized. This diff changes the `SingleTaskGP` to use `Standardize` by default if no outcome transforms are specified (this allows users to explicitly pass in `None` if they don't want to use any transforms). Differential Revision: D60492937
- Loading branch information