Skip to content

Conversation

@sdaulton
Copy link
Contributor

@sdaulton sdaulton commented Jan 6, 2025

Summary: see title. This allows applying stratified standardization at the model level, which will enable selecting whether to use a Single-task or multi-task model in Ax while using the appropriate transform. I.e. One could specify ModelConfigs that use 1) SingleTaskGP + Standardize, 2) MultiTaskGP + StratifiedStandardize.

Differential Revision: D67728920

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

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

sdaulton added a commit to sdaulton/botorch that referenced this pull request Jan 9, 2025
Summary:

see title. This allows applying stratified standardization at the model level, which will enable selecting whether to use a Single-task or multi-task model in Ax while using the appropriate transform. I.e. One could specify ModelConfigs that use 1) `SingleTaskGP` + `Standardize`, 2) `MultiTaskGP` + `StratifiedStandardize`.

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

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

sdaulton added a commit to sdaulton/botorch that referenced this pull request Jan 9, 2025
Summary:

see title. This allows applying stratified standardization at the model level, which will enable selecting whether to use a Single-task or multi-task model in Ax while using the appropriate transform. I.e. One could specify ModelConfigs that use 1) `SingleTaskGP` + `Standardize`, 2) `MultiTaskGP` + `StratifiedStandardize`.

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

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

sdaulton added a commit to sdaulton/botorch that referenced this pull request Jan 16, 2025
Summary:

see title. This allows applying stratified standardization at the model level, which will enable selecting whether to use a Single-task or multi-task model in Ax while using the appropriate transform. I.e. One could specify ModelConfigs that use 1) `SingleTaskGP` + `Standardize`, 2) `MultiTaskGP` + `StratifiedStandardize`.

Reviewed By: saitcakmak

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

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

sdaulton added a commit to sdaulton/botorch that referenced this pull request Jan 16, 2025
Summary:

see title. This allows applying stratified standardization at the model level, which will enable selecting whether to use a Single-task or multi-task model in Ax while using the appropriate transform. I.e. One could specify ModelConfigs that use 1) `SingleTaskGP` + `Standardize`, 2) `MultiTaskGP` + `StratifiedStandardize`.

Reviewed By: saitcakmak

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

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

sdaulton added a commit to sdaulton/botorch that referenced this pull request Jan 16, 2025
Summary:

see title. This allows applying stratified standardization at the model level, which will enable selecting whether to use a Single-task or multi-task model in Ax while using the appropriate transform. I.e. One could specify ModelConfigs that use 1) `SingleTaskGP` + `Standardize`, 2) `MultiTaskGP` + `StratifiedStandardize`.

Reviewed By: saitcakmak

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

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

@codecov
Copy link

codecov bot commented Jan 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.98%. Comparing base (a3d47f4) to head (c1c1757).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2671   +/-   ##
=======================================
  Coverage   99.98%   99.98%           
=======================================
  Files         200      200           
  Lines       18157    18234   +77     
=======================================
+ Hits        18155    18232   +77     
  Misses          2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Summary:

This enables using outcome transforms with behavior that depends on X. For example, this enables implementing a stratified standardize transform, where the the standardization is performing for distinct values of an input dimension.

Reviewed By: esantorella

Differential Revision: D67724473
Summary:

see title. This allows applying stratified standardization at the model level, which will enable selecting whether to use a Single-task or multi-task model in Ax while using the appropriate transform. I.e. One could specify ModelConfigs that use 1) `SingleTaskGP` + `Standardize`, 2) `MultiTaskGP` + `StratifiedStandardize`.

Reviewed By: saitcakmak

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

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

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 831ea5d.

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