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

Use Standardize by default for SingleTaskGP #2630

Closed
wants to merge 1 commit into from

Commits on Aug 9, 2024

  1. Use Standardize by default for SingleTaskGP (facebook#2630)

    Summary:
    Pull Request resolved: facebook#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).
    
    Reviewed By: esantorella
    
    Differential Revision: D60492937
    David Eriksson authored and facebook-github-bot committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    3c6acee View commit details
    Browse the repository at this point in the history