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

Remove deprecated FixedNoiseGP #2536

Closed
wants to merge 2 commits into from

Commits on Sep 14, 2024

  1. Use Standardize outcome transform by default in more models (pytorch#…

    …2532)
    
    Summary:
    Pull Request resolved: pytorch#2532
    
    Makes models which had their priors updated in pytorch#2507 use the `Standardize` outcome transform by default, mimicking pytorch#2458
    
    Also removes some deprecated functionality in the process, namely the `data_fidelity` argument to `SingleTaskMultiFidelityGP`, as well as the `FixedNoiseMultiFidelityGP` and `FixedNoiseLCEMGP` models.
    
    Differential Revision: D62552307
    
    Reviewed By: saitcakmak, esantorella
    Balandat authored and facebook-github-bot committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    330052d View commit details
    Browse the repository at this point in the history
  2. Remove deprecated FixedNoiseGP (pytorch#2536)

    Summary:
    Pull Request resolved: pytorch#2536
    
    This model has been deprecated for a while and replaced by `SingleTaskGP`.
    
    Differential Revision: D62680578
    Balandat authored and facebook-github-bot committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    750d7f8 View commit details
    Browse the repository at this point in the history